Replies: 2 comments
-
Hi @law, here is a list of tools and techniques I use when debugging complex pipelines:
For your case specifically, I would investigate if events are dropped or if events get stuck in a retry loop. For example, is this component_discarded_events_total metric greater than 0? |
Beta Was this translation helpful? Give feedback.
-
One potential thing to check here, since you mentioned it was off by a factor of 10, is if the metric type and interval is being set correctly in Datadog. We've seen issues in the past where the interval or type was wrong, causing things to appear to be off by a factor of 10. Also, what version of Vector are you running? |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing a significant discrepancy between metrics generated via Vector's log_to_metric transform and Datadog when processing the same nginx logs. The Vector pipeline consistently shows approximately 1/10th of the traffic volume compared to Datadog's measurements.
Setup details:
Current observations:
Configurations:
Mimir config: https://pastebin.com/ixUGPwNP
Vector config: https://pastebin.com/2RfCGUK8
Questions:
Any guidance on troubleshooting techniques or configuration issues would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions