| Package | Description |
|---|---|
| org.apache.iotdb.metrics | |
| org.apache.iotdb.metrics.impl |
| Modifier and Type | Method and Description |
|---|---|
<T> Gauge |
MetricManager.getOrCreateAutoGauge(String metric,
MetricLevel metricLevel,
T obj,
ToLongFunction<T> mapper,
String... tags)
Get Gauge If exists, then return or create one to return
|
Gauge |
MetricManager.getOrCreateGauge(String metric,
MetricLevel metricLevel,
String... tags)
Get Gauge If exists, then return or create one to return
|
| Modifier and Type | Method and Description |
|---|---|
Map<String[],Gauge> |
MetricManager.getAllGauges()
Get all gauges
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoNothingGauge |
| Modifier and Type | Method and Description |
|---|---|
<T> Gauge |
DoNothingMetricManager.getOrCreateAutoGauge(String metric,
MetricLevel metricLevel,
T obj,
ToLongFunction<T> mapper,
String... tags) |
Gauge |
DoNothingMetricManager.getOrCreateGauge(String metric,
MetricLevel metricLevel,
String... tags) |
| Modifier and Type | Method and Description |
|---|---|
Map<String[],Gauge> |
DoNothingMetricManager.getAllGauges() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.