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

HDDS-12156. Add container health task metrics in Recon. #7786

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

Conversation

devmadhuu
Copy link
Contributor

@devmadhuu devmadhuu commented Jan 31, 2025

What changes were proposed in this pull request?

This PR change is to add container health task metrics in Recon.

Container Health Task is a SCM task which scans the containers metadata sent by datanodes to Recon and based on container states, their health is being accessed, so Recon should expose some metrics related to container health statistics for overall set of containers:

  1. containers missing count.
  2. container under-replicated count.

This PR purpose is to make container health related metrics available and which can later be exposed to prometheus if needed, so that it can be used for generating different useful information or generating alerts.

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-12156

How was this patch tested?

(Please explain how this patch was tested. Ex: unit tests, manual tests, workflow run on the fork git repo.)
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this.)

@devmadhuu devmadhuu marked this pull request as ready for review February 3, 2025 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants