Class MetricsEndpoint.MetricResponse
- java.lang.Object
- org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
- Enclosing class:
- MetricsEndpoint
public static final class MetricsEndpoint.MetricResponse extends Object
Response payload for a metric name selector.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MetricsEndpoint.AvailableTag>getAvailableTags()StringgetBaseUnit()StringgetDescription()List<MetricsEndpoint.Sample>getMeasurements()StringgetName()
Method Detail
getDescription
public String getDescription()
getBaseUnit
public String getBaseUnit()
getMeasurements
public List<MetricsEndpoint.Sample> getMeasurements()
getAvailableTags
public List<MetricsEndpoint.AvailableTag> getAvailableTags()