| Package | Description |
|---|---|
| org.apache.iotdb.metrics | |
| org.apache.iotdb.metrics.config | |
| org.apache.iotdb.metrics.reporter | |
| org.apache.iotdb.metrics.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricService.start(ReporterType reporter)
start reporter by name, values in jmx, prometheus, internal.
|
void |
MetricService.stop(ReporterType reporter)
stop reporter by name, values in jmx, prometheus, internal.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReporterType> |
MetricConfig.getMetricReporterList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricConfig.setMetricReporterList(List<ReporterType> metricReporterList) |
| Modifier and Type | Method and Description |
|---|---|
ReporterType |
Reporter.getReporterType()
Get type of reporter
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompositeReporter.start(ReporterType reporterType)
Start reporter by name values in jmx, prometheus, iotdb
|
boolean |
CompositeReporter.stop(ReporterType reporterType)
Stop reporter by name, values in jmx, prometheus, iotdb
|
| Modifier and Type | Method and Description |
|---|---|
static ReporterType |
ReporterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReporterType[] |
ReporterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.