Skip to content
Discussion options

You must be logged in to vote

Hi @techministrator, apologies for the late response. This is a very interesting thread.

Regarding the event drops, the Source send cancelled errors are occurring within Vector, not at the upstream Datadog agents. Timeline:

  1. Datadog agent successfully sends metrics to Vector's datadog_agent source
  2. Vector attempts to forward them to the datadog_metrics sink
  3. The sink experiences HTTP errors/retries (as shown in your WARN logs)
  4. With buffer.when_full = "block", Vector's buffer fills up and blocks new incoming requests
  5. I suspect the cancellation happens due to client-side timeouts while Vector is blocked waiting for buffer space

Is data Lost? Yes. The Datadog agents receive HTTP 200 OK respon…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
source: internal_metrics Anything `internal_metrics` source related source: datadog_agent Anything `datadog_agent` source related
2 participants