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

Suggestion: Add an ephemeral_storage_container_volume_limit Metric #132

Open
NoamVH opened this issue Nov 20, 2024 · 0 comments
Open

Suggestion: Add an ephemeral_storage_container_volume_limit Metric #132

NoamVH opened this issue Nov 20, 2024 · 0 comments

Comments

@NoamVH
Copy link

NoamVH commented Nov 20, 2024

The current metrics that I see are available in the exporter related to containers are:

ephemeral_storage_container_limit_percentage
ephemeral_storage_container_volume_limit_percentage
ephemeral_storage_container_volume_usage
ephemeral_storage_pod_usage

I think an ephemeral_storage_container_volume_limit metric would be a great addition, if there's a limit percentage metric already, I believe this should be possible, I'm currently extracting this value by dividing ephemeral_storage_pod_usage by 0.01 * max(ephemeral_storage_container_limit_percentage), but it's uneeded computation, it'd be better to just have the limit as a metric by itself that can be used in different ways.

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