public class MetricsConfig extends AbstractConfig
| Constructor and Description |
|---|
MetricsConfig() |
MetricsConfig(ApplicationModel applicationModel) |
| Modifier and Type | Method and Description |
|---|---|
AggregationConfig |
getAggregation() |
String |
getPort() |
PrometheusConfig |
getPrometheus() |
String |
getProtocol() |
void |
setAggregation(AggregationConfig aggregation) |
void |
setPort(String port) |
void |
setPrometheus(PrometheusConfig prometheus) |
void |
setProtocol(String protocol) |
URL |
toUrl() |
appendAttributes, appendAttributes, appendParameters, appendParameters, equals, getApplicationModel, getConfigMode, getId, getMetaData, getMetaData, getPluralTagName, getPrefixes, getScopeModel, getTagName, getTypePrefix, hashCode, isDefault, isRefreshed, isValid, overrideWithConfig, refresh, setDefault, setId, setScopeModel, toStringpublic MetricsConfig()
public MetricsConfig(ApplicationModel applicationModel)
public URL toUrl()
public String getProtocol()
public void setProtocol(String protocol)
public String getPort()
public void setPort(String port)
public PrometheusConfig getPrometheus()
public void setPrometheus(PrometheusConfig prometheus)
public AggregationConfig getAggregation()
public void setAggregation(AggregationConfig aggregation)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.