Sentinel/sentinel-extension/sentinel-metric-exporter
LearningGp 665fb541a7 Bump version to 1.8.7-SNAPSHOT 2023-12-28 17:48:44 +08:00
..
src Fix the bug that error occurs in JMX metrics exporter when resource name contains '*' (#2992) 2023-12-27 20:40:26 +08:00
README.md doc: Add README.md for sentinel-metric-exporter module (#2550) 2022-01-25 17:22:30 +08:00
pom.xml Bump version to 1.8.7-SNAPSHOT 2023-12-28 17:48:44 +08:00

README.md

Sentinel Metric Exporter

Sentinel Metric Exporter is a module which provides the Sentinel metric data exporting ability. Now you can integrate it into your Sentinel application, and then get the metric data in JMX. You can also integrate the JMX data into your monitor system easily, like Prometheus.

To use Sentinel Metric Exporter, you should add the following dependency:

<dependency>
    <groupId>com.alibaba.csp</groupId>
    <artifactId>sentinel-metric-exporter</artifactId>
    <version>x.y.z</version>
</dependency>

And then you can find the MBean info in your tool.

MBean Info