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

Append Service Metrics #318

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

michaelschiff
Copy link
Collaborator

@michaelschiff michaelschiff commented Apr 14, 2022

Adds a prometheus collector implementation to the broker/client package that allows tracking of disk usage across file-backed appendBuffers.

If AppendRPCs are retrying, or taking longer than normal, users can timeout waits on the AsyncAppend and alert on the rate of these timeouts to indicate that there is potential unhealthiness in the write path. While this is happening its useful to see the amount of data that the producers have buffered on disk. Given limited disk resources this is the key indicator for how much time the operator has to resolve any issues before there are real availability issues / data loss.


This change is Reviewable

…ge that allows tracking of disk usage across file-backed appendBuffers
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

1 participant