public static interface Metrics.MetricSampleCollection
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the metric sample collection.
|
List<Metrics.MetricSample> |
getSamples()
Returns the list of metric samples in the collection.
|
Metrics.MetricType |
getType()
Returns the type of the metric samples in the collection.
|
String |
getUnit()
Returns the unit of measurement for the metric samples in the collection.
|
String getName()
Metrics.MetricType getType()
String getUnit()
List<Metrics.MetricSample> getSamples()
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.