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