Hello hotspot-jfr-dev!
I'm Robert on the Java monitoring team at Red Hat. I've been working on building an
OpenTelemetry metrics gatherer using JFR. The goal is to create an implementation that meets the OpenTelemetry
specification outlining metrics related to the JVM. The idea is to phase out and improve over the JMX metrics gathering implementation. However, the set of existing JFR events is missing a few data points required to accomplish this. I've identified some
additions that will help to fill in the gaps
here.
If the changes seem reasonable, the first additions I'll try to make are jdk.SerialGCHeapSummary and jdk.CPULinuxLoadAverage. Please let me know what you think.
Thank you!
Robert Toyonaga