...
Table of Contents | ||
---|---|---|
|
Measuring Java garbage collection with Prometheus
GarbageCollector statistics is one of the of metrics that the Java/JVM client library exposes.
...
Finally, using rate(jvm_gc_collection_seconds_sum[1m])
you can see what proportion of time each type of GC is taking up, which per the previous numbers is under 0.1% which is not a concern at all.