Add virtual threads metrics to documentation

See gh-43852
This commit is contained in:
Moritz Halbritter 2025-01-24 13:30:10 +01:00
parent d7cf2b3d7e
commit d73502708e
1 changed files with 1 additions and 0 deletions

View File

@ -736,6 +736,7 @@ The following JVM metrics are provided:
* Various memory and buffer pool details
* Statistics related to garbage collection
* Thread utilization
* https://docs.micrometer.io/micrometer/reference/reference/jvm.html#_java_21_metrics[Virtual threads statistics] (for this, `io.micrometer:micrometer-java21` has to be on the classpath)
* The number of classes loaded and unloaded
* JVM version information
* JIT compilation time