| 程序包 | 说明 |
|---|---|
| org.apache.iotdb.metrics | |
| org.apache.iotdb.metrics.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Counter |
AbstractMetricManager.createCounter(MetricInfo metricInfo) |
Counter |
AbstractMetricManager.getOrCreateCounter(String name,
MetricLevel metricLevel,
String... tags)
Get counter. return if exists, create if not.
|
Counter |
AbstractMetricService.getOrCreateCounter(String metric,
MetricLevel metricLevel,
String... tags) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Map<String[],Counter> |
AbstractMetricManager.getAllCounters()
Get all counters
|
Map<String[],Counter> |
AbstractMetricService.getAllCounters() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DoNothingCounter |
| 限定符和类型 | 方法和说明 |
|---|---|
Counter |
DoNothingMetricManager.createCounter(MetricInfo metricInfo) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.