-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add kubernetes.volume.fs.used.pct field #23564
Conversation
Signed-off-by: chrismark <chrismarkou92@gmail.com>
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
Pinging @elastic/integrations (Team:Integrations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changelog is missing
Signed-off-by: chrismark <chrismarkou92@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! If CI is happy, we are good to merge
* Add kubernetes.volume.fs.used.pct field Signed-off-by: chrismark <chrismarkou92@gmail.com> * Add changelog entry Signed-off-by: chrismark <chrismarkou92@gmail.com> (cherry picked from commit 29b440f)
What does this PR do?
This PR adds
kubernetes.volume.fs.used.pct
field. This field is calculated askubernetes.volume.fs.used.bytes / kubernetes.volume.fs.capacity.bytes
Why is it important?
Provide used storage insight with a direct metric.
Closes #23016