DataDog / dd-agent

Datadog Agent Version 5
https://docs.datadoghq.com/
Other
1.3k stars 814 forks source link

Is it possible to run dd-agent inside same docker container as my application? #3921

Open AttilaTheFun opened 2 years ago

AttilaTheFun commented 2 years ago

Hi I was wondering if it's possible to run the Datadog Agent in the same container as my Go application. I'm currently able to run Datadog in a separate container, but this requires some kind of container orchestration tool like Docker Compose or Amazon ECS.

Ideally I'd like to be able to package my whole app in a single container which makes it much easier to experiment with different hosting providers and interesting Serverless offerings like Cloud Run.

Is this currently possible? Alternately, do you have any suggestions for how to deploy the Datadog Agent to work with single-container applications? Thanks!

djmitche commented 2 years ago

It is possible, but has some downsides.

I'd encourage you to contact DD support about this, as they may be able to recommend solutions for your particular case.

ai-rohit commented 8 months ago

Hi I was wondering if it's possible to run the Datadog Agent in the same container as my Go application. I'm currently able to run Datadog in a separate container, but this requires some kind of container orchestration tool like Docker Compose or Amazon ECS.

Ideally I'd like to be able to package my whole app in a single container which makes it much easier to experiment with different hosting providers and interesting Serverless offerings like Cloud Run.

Is this currently possible? Alternately, do you have any suggestions for how to deploy the Datadog Agent to work with single-container applications? Thanks!

Any updated on this @AttilaTheFun ?