程序包的使用
org.springframework.boot.actuate.metrics
程序包
说明
Auto-configuration for actuator metrics and Micrometer.
Core actuator support for metrics.
Actuator support for Spring Data Repository metrics.
-
org.springframework.boot.actuate.autoconfigure.metrics使用的org.springframework.boot.actuate.metrics中的类类说明Strategy that can be used to apply
Timers
automatically instead of using@Timed
.An@Endpoint
for exposing the metrics held by aMeterRegistry
. -
类说明Strategy that can be used to apply
Timers
automatically instead of using@Timed
.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. -