Skip to content

Conversation

pull[bot]
Copy link

@pull pull bot commented Aug 13, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.3)

Can you help keep this open source service alive? 💖 Please sponsor : )

When ingesting a CMetrics context into the pipeline, it may contain metadata
but no actual data points (e.g., counters, gauges, histograms). Such metrics
should be dropped and not ingested.

Signed-off-by: Eduardo Silva <[email protected]>
When a metrics context is about to be flushed, it may pass through one or more
processors before reaching the output plugin. Processing can result in a valid
metrics context with no time series data, which is useless for output plugins.
This change detects that case, skips the flush, and returns FLB_OK to the engine.

Signed-off-by: Eduardo Silva <[email protected]>
@pull pull bot locked and limited conversation to collaborators Aug 13, 2025
@pull pull bot added the ⤵️ pull label Aug 13, 2025
@pull pull bot merged commit fb0b394 into makesoftwaresafe:master Aug 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant