Class MetricsEndpoint
java.lang.Object
org.springframework.boot.micrometer.metrics.actuate.endpoint.MetricsEndpoint
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA set of tags for further dimensional drill-down and their potential values.static final classDescription of a metric.static final classDescription of metric names.static final classA measurement sample combining astatisticand a value. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MetricsEndpoint
public MetricsEndpoint(io.micrometer.core.instrument.MeterRegistry registry)
-
-
Method Details
-
listNames
-
metric
@ReadOperation public @Nullable MetricsEndpoint.MetricDescriptor metric(@Selector String requiredMetricName, @Nullable List<String> tag)
-