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

mds: preprocess metrics to avoid dups #14

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

neurodrone
Copy link
Collaborator

We have issues with duplicate metrics in many of the regions. We need a way to fix this without incurring problems of high cardinality to avoid adversely impacting Observability. The following change attempts to keep a quick local count for the metrics such as blocked ops and only supply the unique counter value at the end. This should help decouple the cardinality with the values we want to track because we will only surface the necessary labels required and nothing more.

r: @coreweave/storage-engineer

@neurodrone neurodrone force-pushed the vb/smart-metric-collection-to-avoid-dups branch from b0b9b88 to 3e32680 Compare April 15, 2024 22:44
@neurodrone neurodrone force-pushed the vb/smart-metric-collection-to-avoid-dups branch from 3e32680 to cd7d399 Compare April 16, 2024 01:04
@neurodrone neurodrone merged commit d331104 into main Apr 16, 2024
2 checks passed
@neurodrone neurodrone deleted the vb/smart-metric-collection-to-avoid-dups branch April 16, 2024 14:19
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.

2 participants