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