public class MetricConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MetricConfig.IoTDBReporterConfig |
| Constructor and Description |
|---|
MetricConfig() |
public void copy(MetricConfig newMetricConfig)
public void updateRpcInstance(String rpcAddress, int rpcPort)
public Boolean getEnableMetric()
public void setEnableMetric(Boolean enableMetric)
public Boolean getEnablePerformanceStat()
public void setEnablePerformanceStat(Boolean enablePerformanceStat)
public MonitorType getMonitorType()
public void setMonitorType(MonitorType monitorType)
public List<ReporterType> getMetricReporterList()
public void setMetricReporterList(List<ReporterType> metricReporterList)
public MetricLevel getMetricLevel()
public void setMetricLevel(MetricLevel metricLevel)
public List<PredefinedMetric> getPredefinedMetrics()
public void setPredefinedMetrics(List<PredefinedMetric> predefinedMetrics)
public String getPrometheusExporterPort()
public void setPrometheusExporterPort(String prometheusExporterPort)
public MetricConfig.IoTDBReporterConfig getIoTDBReporterConfig()
public void setIoTDBReporterConfig(MetricConfig.IoTDBReporterConfig ioTDBReporterConfig)
public String getRpcAddress()
public Integer getRpcPort()
Copyright © 2022 The Apache Software Foundation. All rights reserved.