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:

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