doc: Add README.md for sentinel-metric-exporter module (#2550)

* add the reademe file to module `sentinel-metric-exporter`
* format the md file
* [ISSUE #2545] update the screenshot.
This commit is contained in:
程露 2022-01-25 17:22:30 +08:00 committed by GitHub
parent 55ce1a2c11
commit 33d14fc12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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:
```xml
<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](https://user-images.githubusercontent.com/25661357/150902723-6350a629-a173-47f9-a94b-6563ae55a5ce.png "MBean Info")