DataDog / docker-compose-example

## Auto-archived due to inactivity. ## A working example of using Docker Compose with Datadog
MIT License
122 stars 202 forks source link

Integration with docker-compose that has java application #13

Open PertQin opened 4 years ago

PertQin commented 4 years ago

Hi guys. Do you know how to integration datadog-agent with docker-compose that has java application ?

justinpage commented 3 years ago

@PertQin You may want to find examples online that use the agent:<version>-jmx docker image. According to DataDog:

This variant embeds a Java Runtime Environment for JMX-based checks. If you are uncertain about what your needs are, this is probably the one you should use.

That might point you in the right direction when it comes to using the agent with a Java application. I don't work with Java applications but that would be a guess on my part.