Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
excludeSee also

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.

See also

Configuring Prometheus Exporters