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 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 Summary

    Constructors 
    Constructor Description
    MetricValuesEndpoint​(io.micrometer.core.instrument.MeterRegistry registry)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<MetricValuesEndpoint.MetricResponse> metricValues()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait