public static class MetricDump.CounterDump extends MetricDump
Counter
.MetricDump.CounterDump, MetricDump.GaugeDump, MetricDump.HistogramDump, MetricDump.MeterDump
Modifier and Type | Field and Description |
---|---|
long |
count |
METRIC_CATEGORY_COUNTER, METRIC_CATEGORY_GAUGE, METRIC_CATEGORY_HISTOGRAM, METRIC_CATEGORY_METER, name, scopeInfo
Constructor and Description |
---|
CounterDump(QueryScopeInfo scopeInfo,
String name,
long count) |
Modifier and Type | Method and Description |
---|---|
byte |
getCategory()
Returns the category for this MetricDump.
|
toString
public CounterDump(QueryScopeInfo scopeInfo, String name, long count)
public byte getCategory()
MetricDump
getCategory
in class MetricDump
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.