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

[Metricsfetcher] Change broker query to use last instead of rollup #431

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

kravisha91
Copy link
Contributor

Recently there were a few occurrences on kafka metrics cluster when a rebalance operation was triggered (where a cluster was due a rebalance) and one of the broker which was recently replacement shot up to 90% in disk usage. The reason was due to a misinterpretation of metrics when fetched using metricsfetcher which uses a rollup function over 1 hour to get the avg free disk free per broker for a cluster which later gets used by topicmappr to compute the replica movement. For a more ideal and a reliable solution replacing rollup with last. More details here in the notebook - https://ddstaging.datadoghq.com/notebook/6622198/metricsfetcher-query-change-testing

@kravisha91 kravisha91 force-pushed the kravishankar/STREAMS-2057-fix branch from c793136 to 06eebc0 Compare October 2, 2023 19:30
@kravisha91 kravisha91 force-pushed the kravishankar/STREAMS-2057-fix branch from 06eebc0 to 82e2a9c Compare October 2, 2023 19:36
@kravisha91 kravisha91 merged commit b298cd9 into master Oct 3, 2023
5 checks passed
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