Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there complete list of spring boot metrics with short description?

I briefly looked at actuator documentation but I was not able to find a list of metrics.

The most detailed information provided here but I want to have more details:

JVM Metrics

Auto-configuration enables JVM Metrics by using core Micrometer classes. JVM metrics are published under the jvm. meter name.

The following JVM metrics are provided:

  • Various memory and buffer pool details

  • Statistics related to garbage collection

  • Thread utilization

  • The number of classes loaded and unloaded

  • JVM version information

  • JIT compilation time

Is there any place where I can find a full list of supported metrics with short description without starting the application ?

like image 957
gstackoverflow Avatar asked Dec 06 '25 13:12

gstackoverflow


1 Answers

I think the core is using Prometheus Clieny Java implement the OpenMetrics standard

The Prometheus Java metrics library implements the metric types defined in the OpenMetrics standard:

Also it provided special metrics. Prometheus client java JVM, you can check the classes for details.

like image 193
phuongnq1995 Avatar answered Dec 08 '25 09:12

phuongnq1995



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!