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