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

[kafka-check] add under min ISR partition count metric #12108

Merged
merged 1 commit into from
May 31, 2022

Conversation

OuesFa
Copy link
Contributor

@OuesFa OuesFa commented May 31, 2022

What does this PR do?

Add a metric about the number of partitions whose in-sync replicas count is less than minIsr.

Motivation

We'd need to monitor that metric to be alerted when some producers with acks=all config are not able to produce to a given topic.

Additional Notes

Since the cardinality is pretty low, it shouldn't be a problem regarding the number of metrics collected by the check.

Review checklist (to be filled by reviewers)

  • PR title must be written as a CHANGELOG entry (see why)
  • Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
  • PR must have changelog/ and integration/ labels attached

@hithwen hithwen merged commit ea457f9 into DataDog:master May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants