public interface MultiValueMetricsAggregator
Modifier and Type | Method and Description |
---|---|
String |
getFilterMetricName() |
long |
getValue(String name)
Gets the metric value of the given fully qualified metric name.
|
Map<String,Long> |
updateValues(Set<Metric> map)
Updates the aggregated values from the filtered metrics.
|
String getFilterMetricName()
Map<String,Long> updateValues(Set<Metric> map)
getFilterMetricName()
. The returned values
are organized as a map from the metric name to metric value.map
- a map of metric name to the set of metrics that have the metric namelong getValue(String name)
name
- the fully qualified metric nameCopyright © 2023. All Rights Reserved.