Skip to content
Snippets Groups Projects
Commit 757c3376 authored by Nacho Barrientos's avatar Nacho Barrientos Committed by Guillermo Facundo Colunga
Browse files

[NOTICKET] metrics: enable fluentbit local buffer to avoid metrics loss


when fluentbit loses connection to the metrics endpoint (open telemetry), unsent metrics are dropped and permanently lost. This commit enables the local buffering feature in Fluent Bit, allowing metrics to be temporarily stored in a local buffer. When the connection is reestablished, these buffered metrics are retried and sent to the endpoint. This improves reliability by minimizing metric loss during intermittent connection issues.

Proposed-by: default avatarNacho Barrientos <nacho.barrientos@cern.ch>
parent e2e91101
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment