View JMX data in jConsole and set up your jmx.yaml to collect them

This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

This article provides two examples of converting metric data from your jConsole into a valid Datadog Agent configuration file (jmx.yaml).

The first example shows conversion for domain -> type -> bean -> attribute:

jConsolejmx

The second example shows conversion for domain -> bean -> attribute:

jConsolejmx

After the Datadog Agent is set up to submit JMX metrics, use the Metrics Explorer to verify the metrics are being submitted to Datadog. The example below demonstrates how you can filter the metrics by tags:

jmxGraphMetric

Further Reading