public class PrometheusConfig extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
PrometheusConfig.Exporter |
static class |
PrometheusConfig.Pushgateway |
| Constructor and Description |
|---|
PrometheusConfig() |
| Modifier and Type | Method and Description |
|---|---|
PrometheusConfig.Exporter |
getExporter() |
PrometheusConfig.Pushgateway |
getPushgateway() |
void |
setExporter(PrometheusConfig.Exporter exporter) |
void |
setPushgateway(PrometheusConfig.Pushgateway pushgateway) |
public PrometheusConfig.Exporter getExporter()
public void setExporter(PrometheusConfig.Exporter exporter)
public PrometheusConfig.Pushgateway getPushgateway()
public void setPushgateway(PrometheusConfig.Pushgateway pushgateway)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.