-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No fluentbit_input_records_total in metrics after upgrade to 2.2.0 #8287
Comments
This should be resolved by #8223 but not released yet - credit to @braydonk. Unstable nightly builds are available if you want to test them (not for production obviously) to confirm: ghcr.io/fluent/fluent-bit/unstable:master |
Thank you, I can confirm that there is an issue with the payload in the nightly version.
|
Yeah so sounds like this is resolved in that regard and now a duplicate of #8284 :) |
Thanks for the test. Yeah, there was an unexpected side-effect in my first fix. Hopefully someone is able to take a look at the follow-up soon. #8229 |
closed as fixed. |
Yesterday, I upgraded Fluent Bit to version 2.2.0, and since then, metric fluentbit_input_records_total is not working. It consistently returns 0, even though other metrics are functioning properly.
In grafana/prometheus I'm using
rate(fluentbit_input_records_total[1m])
The text was updated successfully, but these errors were encountered: