@Endpoint(id="metricvalues")
public class MetricValuesEndpoint
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MetricValuesEndpoint.AvailableTag
A set of tags for further dimensional drilldown and their potential values.
|
static class |
MetricValuesEndpoint.MetricResponse
Response payload for a metric name selector.
|
static class |
MetricValuesEndpoint.Sample
A measurement sample combining a
statistic and a value. |
| Constructor and Description |
|---|
MetricValuesEndpoint(io.micrometer.core.instrument.MeterRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MetricValuesEndpoint.MetricResponse> |
metricValues() |
public MetricValuesEndpoint(io.micrometer.core.instrument.MeterRegistry registry)
@ReadOperation public java.util.List<MetricValuesEndpoint.MetricResponse> metricValues()