public class DataPointExpander extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static org.slf4j.Logger | 
LOG  | 
| Constructor and Description | 
|---|
DataPointExpander(boolean expandMapType,
                 String metricNameSeparator)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<IMetricsConsumer.DataPoint> | 
expandDataPoint(IMetricsConsumer.DataPoint dataPoint)  | 
Collection<IMetricsConsumer.DataPoint> | 
expandDataPoints(Collection<IMetricsConsumer.DataPoint> dataPoints)  | 
public DataPointExpander(boolean expandMapType,
                         String metricNameSeparator)
public Collection<IMetricsConsumer.DataPoint> expandDataPoints(Collection<IMetricsConsumer.DataPoint> dataPoints)
public Collection<IMetricsConsumer.DataPoint> expandDataPoint(IMetricsConsumer.DataPoint dataPoint)
Copyright © 2022 The Apache Software Foundation. All rights reserved.