---
isPrivate: true
title: View JMX data in jConsole and set up your jmx.yaml to collect them
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: >-
  Docs > Integrations > FAQ Integrations > View JMX data in jConsole and set up
  your jmx.yaml to collect them
---

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

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`:

{% image
   source="https://docs.dd-static.net/images/integrations/faq/jConsolejmx.c27ae9deb7e93b2eb66942a61390ceb8.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/integrations/faq/jConsolejmx.c27ae9deb7e93b2eb66942a61390ceb8.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="jConsolejmx" /%}

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

{% image
   source="https://docs.dd-static.net/images/integrations/faq/jConsolejmx2.54958c19a73a8defdcba119d9805db2c.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/integrations/faq/jConsolejmx2.54958c19a73a8defdcba119d9805db2c.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="jConsolejmx" /%}

After the Datadog Agent is set up to submit JMX metrics, use the [Metrics Explorer](https://docs.datadoghq.com/metrics/explorer/) to verify the metrics are being submitted to Datadog. The example below demonstrates how you can filter the metrics by tags:

{% image
   source="https://docs.dd-static.net/images/integrations/faq/jmxGraphMetric.84cbb21fc96333da6cb2a374439cd779.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/integrations/faq/jmxGraphMetric.84cbb21fc96333da6cb2a374439cd779.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="jmxGraphMetric" /%}

## Further Reading{% #further-reading %}

- [Java integration](https://docs.datadoghq.com/integrations/java/)
- [Easy JMX discovery & browsing with the open source Agent](https://www.datadoghq.com/blog/easy-jmx-discovery-browsing-open-source-agent/)
