-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-16488. [SPS]: Expose metrics to JMX for external SPS #4035
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
Conversation
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
Hi @tasanuma @jojochuang @ferhui , could you please take a look? Thanks. |
🎊 +1 overall
This message was automatically generated. |
Hi @umamaheswararao @ayushtkn @tasanuma @ferhui , could you please take a look? Thank you very much. |
Hi @umamaheswararao @ayushtkn @tasanuma @ferhui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @ferhui for your review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @ayushtkn for your review. |
@tomscut could you please update HDFS-16488 status. I couldn't log in apache site... |
Updated |
Thanks @yuanboliu for pointing this out. I will fix this. |
)" This reverts commit acc0e0a.
Sorry, revert it. |
I am sorry. I shouldn't use the same method name. |
JIRA: HDFS-16488.
Currently, external SPS has no monitoring metrics. We do not know how many blocks are waiting to be processed, how many blocks are waiting to be retried, and how many blocks have been migrated.
We can expose these metrics in JMX for easy collection and display by monitoring systems.

For example, in our cluster, we exposed these metrics to JMX, collected by JMX-Exporter and combined with Prometheus, and finally display by Grafana.