-
Notifications
You must be signed in to change notification settings - Fork 8k
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
[feature] Expose jmx endpoint for sentinel. #2275
Conversation
…com/brothelul/Sentinel into feature-alibaba#1848 � Conflicts: � sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/block/flow/FlowRuleManager.java
Hi, any progress on this PR? |
It looks like there have no one review it. |
I'll take a review these days. cc @jasonjoo2010 @cdfive |
thanks |
...ic-exporter/src/main/java/com/alibaba/csp/sentinel/metric/exporter/jmx/MetricBeanWriter.java
Outdated
Show resolved
Hide resolved
...l-metric-exporter/src/main/java/com/alibaba/csp/sentinel/metric/exporter/jmx/MetricBean.java
Show resolved
Hide resolved
...etric-exporter/src/main/java/com/alibaba/csp/sentinel/metric/exporter/jmx/MBeanRegistry.java
Show resolved
Hide resolved
sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/block/flow/FlowRuleManager.java
Outdated
Show resolved
Hide resolved
...ntinel-metric-exporter/src/main/java/com/alibaba/csp/sentinel/metric/MetricExporterInit.java
Outdated
Show resolved
Hide resolved
...metric-exporter/src/main/java/com/alibaba/csp/sentinel/metric/collector/MetricCollector.java
Outdated
Show resolved
Hide resolved
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 for your patience and great contribution.
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
Great. Thanks for contributing! 🎉 |
…libaba#2275) * Expose the MetricItem AS MBean
Describe what this PR does / why we need it
The new implement of JMX export after we discussed. old implement please refer #1947
the JMX data like below:
Does this pull request fix one issue?
Fixes #1814
Describe how you did it
Describe how to verify it
Special notes for reviews