79777914

Date: 2025-09-29 08:57:22
Score: 1.5
Natty:
Report link

Short answer: The only way is to create widgets similar to the JVM page based on your exported(third-party/OTel) JVM metrics.

Long answer: The JVM metrics page under APM does not show data from third-party agents or instrumentation. When using the NewRelic Java agent, it works as expected, but as soon as we switched to OTel collector, we are unable to see any JVM metrics.

Then, we started exporting JVM metrics through JMX: io.opentelemetry.instrumentation:opentelemetry-jmx-metric

However, the data is now available in the Metric collection in NR, but not still visible on the JVM page. Apparently, the NR Java agent sends some proprietary data that you cannot send :(

Reasons:
  • Blacklisted phrase (1): :(
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Saud Ali