Although I have adjusted the settings just like for my other services , I don't see RabbitMQ in the APM app overview. Is there any specific reason?
This is how I added the apm agent:
rabbitmq:
image: rabbitmq:${RABBIT_MQ_VERSION}
ports:
- 15672:15672
- 5672:5672
restart: unless-stopped
volumes:
- monitoring_apm-agent:/mnt/apg-agent
environment:
JAVA_TOOL_OPTIONS: >
-javaagent:/mnt/apm-agent/elastic-apm-agent.jar
-Delastic.apm.service_name=rabbitmq
-Delastic.apm.server_urls=http://apm-server:8200
-Delastic.apm.secret_token=
-Delastic.apm.application_packages=com.exxeta
APPLICATION_NAME: rabbitmq
healthcheck:
interval: 10s
retries: 10
test: nc -z localhost 5672
labels:
- co.elastic.logs/enabled=true
- co.elastic.logs/module=rabbitmq