Replies: 1 comment
-
|
When running Vector in debug mode you are likely to see vector/src/internal_events/http_client.rs Lines 31 to 44 in 5c16191 For information on controlling log verbosity refer to the docs. This will show you exactly what is being sent to datadog. However, I don't think that will tell you anything useful. FYI: Under the hood we're using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
We are getting warnings for
Failed to make HTTP(S) requestfor thedatadog_metricssink every few hours. The buffer is not discarding events or filling up according to the metrics. We are using default sink buffer and batch settings. Are there other metrics we can look at to triage this warning or other settings that will keep the connection from resetting?Vector Config
Vector Logs
{"timestamp":"2025-11-12T15:58:46.820474Z","level":"WARN","message":"HTTP error.","error":"connection error: Connection reset by peer (os error 104)","error_type":"request_failed","stage":"processing","target":"vector::internal_events::http_client","span":{"name":"http"},"spans":[{"component_id":"datadog_metrics_filebeat","component_kind":"sink","component_type":"datadog_metrics","name":"sink"},{"request_id":310843,"name":"request"},{"name":"http"}]} {"timestamp":"2025-11-12T15:58:46.820541Z","level":"WARN","message":"Retrying after error.","error":"Failed to make HTTP(S) request: Failed to make HTTP(S) request: connection error: Connection reset by peer (os error 104)","internal_log_rate_limit":true,"target":"vector::sinks::util::retries","span":{"request_id":310843,"name":"request"},"spans":[{"component_id":"datadog_metrics_filebeat","component_kind":"sink","component_type":"datadog_metrics","name":"sink"},{"request_id":310843,"name":"request"}]} {"timestamp":"2025-11-12T18:23:03.881544Z","level":"WARN","message":"HTTP error.","error":"connection error: Connection reset by peer (os error 104)","error_type":"request_failed","stage":"processing","target":"vector::internal_events::http_client","span":{"name":"http"},"spans":[{"component_id":"datadog_metrics_filebeat","component_kind":"sink","component_type":"datadog_metrics","name":"sink"},{"request_id":315970,"name":"request"},{"name":"http"}]} {"timestamp":"2025-11-12T18:23:03.881628Z","level":"WARN","message":"Retrying after error.","error":"Failed to make HTTP(S) request: Failed to make HTTP(S) request: connection error: Connection reset by peer (os error 104)","internal_log_rate_limit":true,"target":"vector::sinks::util::retries","span":{"request_id":315970,"name":"request"},"spans":[{"component_id":"datadog_metrics_filebeat","component_kind":"sink","component_type":"datadog_metrics","name":"sink"},{"request_id":315970,"name":"request"}]}Beta Was this translation helpful? Give feedback.
All reactions