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

[metrics] add maximum disk size as metric #704

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

martijndegouw
Copy link
Contributor

This allowes for easier monitoring of how much of the assigned space is used.

This allowes for easier monitoring of how much of the assigned space is
used.
@mostynb
Copy link
Collaborator

mostynb commented Oct 12, 2023

Hi, I'm not sure how useful it is to monitor this value, since you typically set it relative to the filesystem space you have available and then don't need to think about it. What's the use case for adding this?

@martijndegouw
Copy link
Contributor Author

Hi, The reason for adding it is that the bazel_remote_disk_cache_logical_bytes metric has no reference now. Monitoring does not know how much head room is left for the bazel-remote cache instance. If a more dynamic value is preferred this metric could be changed to bazel_remote_disk_cache_logical_bytes_free for example.

@ulrfa
Copy link
Contributor

ulrfa commented Oct 13, 2023

See also 8196189 from #696 that introduces bazel_remote_disk_cache_size_bytes_limit with the labels "evict" and "reject".

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

Successfully merging this pull request may close these issues.

None yet

3 participants