Open ashishmodi7 opened 5 months ago
Verified on my end. I can also see negative values here.
fluentbit_output_upstream_busy_connections{name="forward"} -899
@drbugfinder-work Is there any additional information we can provide to help get this resolved?
Just as a side note This is where the calculation is done (without mutex): https://github.com/fluent/fluent-bit/blob/8aee285464c30d1af03fdfbf1dcbdf784b5ace33/src/flb_upstream.c#L1157-L1214
Called here: https://github.com/fluent/fluent-bit/blob/8aee285464c30d1af03fdfbf1dcbdf784b5ace33/src/flb_upstream.c#L801-L807
(First guess: Is access to the metrics thread-safe? cc @leonardo-albertovich)
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.
Hello Team, any update on this issue?
Hello Team, May we get an update on this issue?
Bug Report
Describe the bug Prometheus metrics "fluentbit_output_upstream_busy_connections" showing negative value during connection timed out
To Reproduce Steps to reproduce the problem:
Expected behavior Prometheus Metrics "fluentbit_output_upstream_busy_connections" should show 0 or positive value.
Screenshots
Your Environment
Additional context Monitoring graphs are not showing correct values