Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending logs, metrics or traces to Vector #174

Open
barryib opened this issue Oct 20, 2023 · 2 comments
Open

Sending logs, metrics or traces to Vector #174

barryib opened this issue Oct 20, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@barryib
Copy link

barryib commented Oct 20, 2023

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
Copy link
Contributor

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

@duncanista duncanista added the enhancement New feature or request label Jan 10, 2024
@duncanista
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants