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