| Package | Description |
|---|---|
| org.apache.iotdb.metrics | |
| org.apache.iotdb.metrics.impl |
| Modifier and Type | Method and Description |
|---|---|
Counter |
MetricManager.getOrCreateCounter(String metric,
MetricLevel metricLevel,
String... tags)
Get Counter If exists, then return or create one to return
|
| Modifier and Type | Method and Description |
|---|---|
Map<String[],Counter> |
MetricManager.getAllCounters()
Get all counters
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoNothingCounter |
| Modifier and Type | Method and Description |
|---|---|
Counter |
DoNothingMetricManager.getOrCreateCounter(String metric,
MetricLevel metricLevel,
String... tags) |
| Modifier and Type | Method and Description |
|---|---|
Map<String[],Counter> |
DoNothingMetricManager.getAllCounters() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.