Payload Too Big
#42548
Replies: 1 comment 1 reply
-
|
hey @syedg1 is the payload body available ?, if it's available you can create an alert for the payload body pattern that's related to metrics plus the error you're having. Another way also maybe helpful if you know which metric its data is being dropped is to create a Metric alert for it on certain value, you may identify first through monitoring which value of the metric its data being dropped after and set an alert on that value.
if this is useful to answer your question, please mark it as answered, so we close the issue, thank you for your question |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Our metrics pipeline is setup such that the datadog agent forwards metrics to vector, but sends traces and logs directly to datadog (ie. enabled the metrics observability pipeline worker and configured it to vector).
Currently, I am load testing the metrics portion of the pipeline using Lading to emit dogstatsd data to the datadog agent via UDS socket to ensure that no data is being lost when forwarding to vector. However, I noticed that the following logs, which coincide with spikes in the
datadog.agent.point.droppedinternal metric.Is there any way to filter by the type of data being dropped (ie. metric, trace, log), so that we can configure our alerts to only monitor for dropped metrics?
Beta Was this translation helpful? Give feedback.
All reactions