DataDog / datadog-agent

Main repository for Datadog Agent
https://docs.datadoghq.com/
Apache License 2.0
2.84k stars 1.19k forks source link

Question: How to install Data-Dog inside Tomcat Docker container #5554

Open Tejareddy1 opened 4 years ago

Tejareddy1 commented 4 years ago

I want to monitor the tomcat which is running inside the docker container. I didn't find any blogs and links to try that. Could you please provide your input on this.

Can I achieve this by editing tomcat image.If yes How can I do it? If it is not the correct way. Please suggest me some input to achieve tomcat metrics using data-dog.

Simwar commented 4 years ago

Hey @Tejareddy1

You can simply run the agent in its own image and use auto-discovery to get metrics from your tomcat container.

Docs: https://docs.datadoghq.com/agent/docker/?tab=standard & https://docs.datadoghq.com/agent/docker/integrations/?tab=docker

You can open a support ticket by emailing: support@datadoghq.com so our support team can help you further.

Simon