- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Get metrics from ActiveMQ XML in real time to:
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 the conf.d/
folder at the root of your Agent’s configuration directory with your stats url
. 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
or activemq.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.
activemq.queue.consumer_count (gauge) | The number of consumers of a queue. |
activemq.queue.count (gauge) | The number of queues. |
activemq.queue.dequeue_count (gauge) | The total number of messages sent to a queue since the last restart. Shown as message |
activemq.queue.enqueue_count (gauge) | The total number of messages removed from a queue (acknowledged by consumer) since the last restart. Shown as message |
activemq.queue.size (gauge) | The size of a queue. |
activemq.subscriber.count (gauge) | The number of subscribers. |
activemq.subscriber.dequeue_counter (gauge) | The number of messages sent to and acknowledged by the client. Shown as message |
activemq.subscriber.dispatched_counter (gauge) | The number of messages sent to the client. Shown as message |
activemq.subscriber.dispatched_queue_size (gauge) | The number of messages dispatched that are awaiting acknowledgement. Shown as message |
activemq.subscriber.enqueue_counter (gauge) | The number of messages that matched the subscription. Shown as message |
activemq.subscriber.pending_queue_size (gauge) | The number of messages pending delivery. Shown as message |
activemq.topic.consumer_count (gauge) | The number of consumers of a topic. |
activemq.topic.count (gauge) | The number of topics. |
activemq.topic.dequeue_count (gauge) | The total number of messages sent to a topic since the last restart. Shown as message |
activemq.topic.enqueue_count (gauge) | The total number of messages removed from a topic (acknowledged by consumer) since the last restart. Shown as message |
activemq.topic.size (gauge) | The size of a topic. |
The ActiveMQ XML check does not include any events.
The ActiveMQ XML check does not include any service checks.
Need help? Contact Datadog support.