Replies: 1 comment
-
These are intentional discarded events, we started monitoring based on unintentional discarded events to view metrics loss and noticed a reduction in unintentional discarded events when decreasing the However, we do see some unintentional discarded events line up with the "source send cancelled" logs. Does this happen because the vector buffer is full? |
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.
-
Question
We have a
DD Agent -> Vector Aggregator -> Datadog
metrics pipeline setup. However, we have noticed that there are a lot of discarded events. It looks like all discarded events are coming fromcomponent_id: filter_histogram_metrics, component_type: filter
.We have tried tweaking the
buffer.max_events
,batch.max_events
, andrequest.adaptive_concurrency
parameters to see if that would help reduce discarded events, but no luck. Currently, we have only enabled vector as passthrough, as in metrics go through the remap transform, but don't satisfy the condition that removes the tags (see comments in vector config remap transform). This means that we haven't started removing tags yet, however, teams have still been reporting a loss of metrics triggering false alerts.Can you please assist us in preventing metrics from being dropped?
Vector Discarded Events By Component ID & Component Type

Vector Received Events vs Discarded Events

Vector Config
Vector Logs
In one of our high traffic regions, we are seeing these logs
In some other relatively lower traffic regions, we are seeing logs like this...
Beta Was this translation helpful? Give feedback.
All reactions