Get metrics from ActiveMQ XML in real time to:
- Visualize and monitor ActiveMQ XML states.
- Be notified about ActiveMQ XML failovers and events.
The ActiveMQ XML check is included in the Datadog Agent package, so you don't need to install anything else on your servers.
Follow the instructions below to configure this check for an Agent running on a host. For containerized environments, see the Containerized section.
To configure this check for an Agent running on a host:
-
Edit
activemq_xml.d/conf.yaml
, in theconf.d/
folder at the root of your Agent's configuration directory with your statsurl
. See the sample activemq_xml.d/conf.yaml for all available configuration options.Note: The ActiveMQ XML integration can potentially emit custom metrics, which may impact your billing. By default, there is a limit of 350 metrics. If you require additional metrics, contact Datadog support.
-
Collecting logs is disabled by default in the Datadog Agent, enable it in your
datadog.yaml
file:logs_enabled: true
-
Add this configuration block to your
activemq_xml.d/conf.yaml
oractivemq.d/conf.yaml
file to start collecting your ActiveMQ logs:logs: - type: file path: "<ACTIVEMQ_BASEDIR>/data/activemq.log" source: activemq service: "<SERVICE_NAME>" - type: file path: "<ACTIVEMQ_BASEDIR>/data/audit.log" source: activemq service: "<SERVICE_NAME>"
For containerized environments, see the Autodiscovery with JMX guide.
Run the Agent's status subcommand and look for activemq_xml
under the Checks section.
See metadata.csv for a list of metrics provided by this integration.
The ActiveMQ XML check does not include any events.
The ActiveMQ XML check does not include any service checks.
Need help? Contact Datadog support.