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

{% callout %}
# Important note for users on the following Datadog sites: us2.ddog-gov.com

{% alert level="info" %}
To find out if this integration is available in your organization, see your [Datadog Integrations](https://app.datadoghq.com/integrations) page or ask your organization administrator.

To initiate an exception request to enable this integration for your organization, email [support@ddog-gov.com](mailto:support@ddog-gov.com).
{% /alert %}

{% /callout %}

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.md) 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.md)
- [Easy JMX discovery & browsing with the open source Agent](https://www.datadoghq.com/blog/easy-jmx-discovery-browsing-open-source-agent/)
