DataDog / datadog-lambda-extension

Datadog Lambda Extension
Apache License 2.0
76 stars 4 forks source link

Sending logs, metrics or traces to Vector #174

Open barryib opened 12 months ago

barryib commented 12 months ago

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

DylanLovesCoffee commented 11 months ago

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

duncanista commented 9 months ago

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.