DataDog / heroku-buildpack-datadog

Heroku Buildpack to run the Datadog Agent in a Dyno
https://www.datadoghq.com/
Apache License 2.0
69 stars 94 forks source link

Turn on OTLP ingestion #367

Open aenand opened 5 months ago

aenand commented 5 months ago

Hello! Is there a way to turn on OTLP ingestion for a datadog agent running on a Heroku dyno? I see this doc on how to add OTLP for Datadog and it mentions a datadog.yaml file but I don't see any mention of this file in the heroku-buildpack-datadog documentation. Thanks!

arapulido commented 5 months ago

Hello @aenand ! I haven't tried this yet, but using the Docker instructions (i.e. setting up the right env variables, instead of the configuration file) should work: https://docs.datadoghq.com/opentelemetry/interoperability/otlp_ingest_in_the_agent/?tab=docker

Can you try that and report back if it works? Thanks!