Question about sending Datadog metrics to Vector #22388
Unanswered
mpatterson2100-ctds
asked this question in
Q&A
Replies: 1 comment
-
Hello @mpatterson2100-ctds, my guess would be that your Datadog Agent is not sending data to your Vector instance. Your setup looks correct though per our guide here. Based on https://docs.datadoghq.com/agent/troubleshooting/, you can do some additional checks to ensure (1) that the connection to Vector is established and (2) that metrics are being sent:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the datadog agent to send metrics to Vector, but something's not working.
Here's the vector config (toml)
Here's the datadog config (yaml)
This is running the same server inside of a datacenter.
I can see that vector is indeed listening on port 8282 using:
telnet localhost 8282
and also using netstat. However, no metrics flow from datadog into vector and a tcpdump commandtcpdump port 8282 -v
yields no packets sent. Is there anything else I need to do in order to get Datadog to output metric data to vector?Thanks in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions