程序包 org.springframework.boot.actuate.metrics
package org.springframework.boot.actuate.metrics
Core actuator support for metrics.
-
类说明Strategy that can be used to apply
Timers
automatically instead of using@Timed
.An@Endpoint
for exposing the metrics held by aMeterRegistry
.A set of tags for further dimensional drill-down and their potential values.Description of a metric.Description of metric names.A measurement sample combining astatistic
and a value.