| Package | Description |
|---|---|
| org.apache.iotdb.metrics | |
| org.apache.iotdb.metrics.impl | |
| org.apache.iotdb.metrics.type |
| Modifier and Type | Method and Description |
|---|---|
Rate |
MetricManager.getOrCreateRate(String metric,
MetricLevel metricLevel,
String... tags)
Get Rate If exists, then return or create one to return
|
| Modifier and Type | Method and Description |
|---|---|
Map<String[],Rate> |
MetricManager.getAllRates()
Get all rates
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoNothingRate |
| Modifier and Type | Method and Description |
|---|---|
Rate |
DoNothingTimer.getImmutableRate() |
Rate |
DoNothingMetricManager.getOrCreateRate(String metric,
MetricLevel metricLevel,
String... tags) |
| Modifier and Type | Method and Description |
|---|---|
Map<String[],Rate> |
DoNothingMetricManager.getAllRates() |
| Modifier and Type | Method and Description |
|---|---|
Rate |
Timer.getImmutableRate()
It's not safe to use the update interface.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.