Add virtual threads metrics to documentation
See gh-43852
This commit is contained in:
parent
d7cf2b3d7e
commit
d73502708e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue