Skip to content

Commit

Permalink
doc: Add README.md for sentinel-metric-exporter module (#2550)
Browse files Browse the repository at this point in the history
* add the reademe file to module `sentinel-metric-exporter`
* format the md file
* [ISSUE #2545] update the screenshot.
  • Loading branch information
brotherlu-xcq authored Jan 25, 2022
1 parent 55ce1a2 commit 33d14fc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions sentinel-extension/sentinel-metric-exporter/README.md
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 33d14fc

Please sign in to comment.