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

kafkabp: Metrics cleanup #579

Merged
merged 1 commit into from
Nov 1, 2022
Merged

Conversation

fishy
Copy link
Member

@fishy fishy commented Nov 1, 2022

Remove statsd metrics, and some tweaks to prometheus metrics to better align with prometheus naming convention (use plural form for units).

For rebalances, since success rebalances happen so rare (consumer rebalances just happen so rare in general, not that we rarely success), the vectored version will cause rate to not really report anything >0, so split that into total and failures_total instead.

For the rack id failures, an internal code search shows that the http one is not used by anything and the aws one is only used by 3 repos, so I opted against keep both and deprecate the old one, and will notify the repo owners instead.

Remove statsd metrics, and some tweaks to prometheus metrics to better
align with prometheus naming convention (use plural form for units).

For rebalances, since success rebalances happen so rare (consumer
rebalances just happen so rare in general, not that we rarely success),
the vectored version will cause rate to not really report anything >0,
so split that into total and failures_total instead.

For the rack id failures, an internal code search shows that the http
one is not used by anything and the aws one is only used by 3 repos, so
I opted against keep both and deprecate the old one, and will notify the
repo owners instead.
@fishy fishy requested a review from a team as a code owner November 1, 2022 16:34
@fishy fishy requested review from kylelemons, pacejackson and mterwill and removed request for a team November 1, 2022 16:34
@fishy fishy merged commit 0ee5876 into reddit:master Nov 1, 2022
@fishy fishy deleted the kafkabp-metrics-cleanup branch November 1, 2022 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants