public static interface Metrics.MetricSample
Modifier and Type | Method and Description |
---|---|
List<String> |
getLabelNames()
Returns the list of label names for the metric sample.
|
List<String> |
getLabelValues()
Returns the list of label values for the metric sample.
|
String |
getName()
Returns the name of the metric sample.
|
Optional<Long> |
getTimestamp()
Returns the timestamp for the metric sample.
|
double |
getValue()
Returns the value of the metric sample.
|
String getName()
List<String> getLabelNames()
List<String> getLabelValues()
Optional<Long> getTimestamp()
double getValue()
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.