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:
parent
55ce1a2c11
commit
33d14fc12e
|
|
@ -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.
|
||||
|
||||

|
||||
Loading…
Reference in New Issue