Class MetricValuesEndpoint
java.lang.Object
de.otto.edison.metrics.cloudwatch.controller.MetricValuesEndpoint
@Endpoint(id="metricvalues")
public class MetricValuesEndpoint
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMetricValuesEndpoint.AvailableTagA set of tags for further dimensional drilldown and their potential values.static classMetricValuesEndpoint.MetricResponseResponse payload for a metric name selector.static classMetricValuesEndpoint.SampleA measurement sample combining astatisticand a value. -
Constructor Summary
Constructors Constructor Description MetricValuesEndpoint(io.micrometer.core.instrument.MeterRegistry registry) -
Method Summary
Modifier and Type Method Description java.util.List<MetricValuesEndpoint.MetricResponse>metricValues()
-
Constructor Details
-
MetricValuesEndpoint
public MetricValuesEndpoint(io.micrometer.core.instrument.MeterRegistry registry)
-
-
Method Details