DataDog / datadog-lambda-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sending logs, metrics or traces to Vector

barryib opened this issue · comments

Actually we can easily configure Datadog agent to send logs, metrics or traces to a vector aggregator. But seems it doesn't work for the lambda extension.

Used both bellow configurations, but the datadog extension keep sending log to the datadog intake directly.

vector:
  logs:
    enabled: true
    url: "http://<OPW_HOST>:8282"
DD_VECTOR_LOGS_ENABLED="true"
DD_VECTOR_LOGS_URL="http://<OPW_HOST>:8282"

Do you know if there is a plan to fix this or anyone can direct me where/how to fix ?

Thanks

👋 @barryib, I linked a recent PR we have in the works for this

Leaving open as sending traces to vector is still in beta. Will close whenever that is GA'd and a PR is done for this.