Open vainiusd opened 10 months ago
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale
label.
This issue was closed because it has been stalled for 5 days with no activity.
Hi @edsiper , can you please tell me if there are any updates on that? Currently facing the same issue.
Also noticed that even if metrics from:
curl -s http://127.0.0.1:2020/api/v1/metrics/prometheus
have a current timestamp, fluent-bit continues sending them with the 3-day old timestamp.
Great thanks in advance.
Bug Report
Describe the bug Fluent-bit own metric timestamps are updated only if the metric is updated. This makes some metric datapoint too old to consume into metric storage services.
To Reproduce Fluent-bit metrics input enabled. File or any other output for the fluent-bit metrics. Example uses file and opentelemetry outputs.
Expected behavior All metric timestamps are renewed when metric scrape by fluent-bit metrics input is done.
Your Environment
This was also very well described in issue #7650