public interface CounterMetricsTracker extends MetricsTracker
| 限定符和类型 | 方法和说明 |
|---|---|
void |
inc(double amount,
String... labelValues)
Increment the counter with label values by the given amount.
|
default String |
metricsType()
Metrics type.
|
metricsLabelvoid inc(double amount,
String... labelValues)
amount - amountlabelValues - label valuesdefault String metricsType()
metricsType 在接口中 MetricsTrackerCopyright © 2020 dromara. All rights reserved.