Skip to content
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

Unusable metric: buffer available space ratio (fluentd_output_status_buffer_available_space_ratio) #165

Closed
vinzent opened this issue Feb 25, 2021 · 1 comment

Comments

@vinzent
Copy link
Contributor

vinzent commented Feb 25, 2021

As a user I want to monitor the available buffer space and have alerts sent when free buffer space is being less than x %.

Prior to fluentd 1.10.0 the buffer available space ratio values could only be 0 (buffer is full) or 100 (no space used) due to a rounding issue. Fluentd fix PR: fluent/fluentd#2882 . Fix contained in fluentd >= 1.10.0 (git tag --contains fffc2cc71cc1d4b0d8bbd2d9817f0e875d032e9f on fluent/fluentd repo)

As the splunk connect for kubernetes uses fluentd 1.9.1 it is affected by the bug.

gem "fluentd", "=1.9.1"

@vinzent vinzent mentioned this issue Mar 5, 2021
@vinzent
Copy link
Contributor Author

vinzent commented Mar 31, 2021

I can obeserve now other values than 0 and 100 with the fluentd_output_status_buffer_available_space_ratio metric. The upgrade to fluentd 1.11.5 in #166 fixed the issue.

@vinzent vinzent closed this as completed Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant