question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Collect metrics from JMX

See original GitHub issue

Introduce a configuration option which enables the collection of arbitrary JMX metrics. It should be possible to get a collection of metrics and to convert properties to metric tags.

For example java.lang:type=GarbageCollector,name=*

A consideration is whether the collection of these metrics should be done in a separate metrics reporter thread vs the apm-reporter thread so that the gathering of metrics does not block sending other events.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:13
  • Comments:18 (12 by maintainers)

github_iconTop GitHub Comments

5reactions
beckjimcommented, Feb 21, 2019

👍

Great. This would make the installation of Jolokia obsolete … No more Jolokia requests which “polute” access logs, …

3reactions
ruflincommented, Aug 27, 2019

It seems the two formats are not too far apart from each other. We should probably also make this part of the ECS metrics effort to unify on the naming for the most common metrics?

Read more comments on GitHub >

github_iconTop Results From Across the Web

JMX monitoring + Java custom metrics - Sysdig
Collect JMX monitoring metrics in one place, automatically! The Sysdig agent will dynamically enter in the process namespace of your running ...
Read more >
Sumo Logic App for Java Management Extensions (JMX)
The JMX - Garbage Collector dashboard shows key Garbage Collector statistics like the duration of the last GC run, objects collected, threads used,...
Read more >
Understanding JMX - Oracle Help Center
The following sections describe how Java applications can use JMX to expose runtime metrics and control points to management systems:.
Read more >
JMX - Datadog Docs
Collect custom metrics from your applications using the Yammer Metrics library.
Read more >
How to configure JMX metrics - Azure Monitor - Microsoft Learn
As your application is running and the JMX metrics are collected, you can view them by going to Azure portal and navigate to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found