public static class PrometheusConfig.Exporter extends Object
| Constructor and Description |
|---|
Exporter() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnabled() |
Boolean |
getEnableHttpServiceDiscovery() |
String |
getHttpServiceDiscoveryUrl() |
String |
getMetricsPath() |
Integer |
getMetricsPort() |
void |
setEnabled(Boolean enabled) |
void |
setEnableHttpServiceDiscovery(Boolean enableHttpServiceDiscovery) |
void |
setHttpServiceDiscoveryUrl(String httpServiceDiscoveryUrl) |
void |
setMetricsPath(String metricsPath) |
void |
setMetricsPort(Integer metricsPort) |
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public Boolean getEnableHttpServiceDiscovery()
public void setEnableHttpServiceDiscovery(Boolean enableHttpServiceDiscovery)
public String getHttpServiceDiscoveryUrl()
public void setHttpServiceDiscoveryUrl(String httpServiceDiscoveryUrl)
public Integer getMetricsPort()
public void setMetricsPort(Integer metricsPort)
public String getMetricsPath()
public void setMetricsPath(String metricsPath)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.