From 33d14fc12e1bb84d8cf92ed93b0903099751c0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E9=9C=B2?= <1285823170@qq.com> Date: Tue, 25 Jan 2022 17:22:30 +0800 Subject: [PATCH] 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. --- .../sentinel-metric-exporter/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sentinel-extension/sentinel-metric-exporter/README.md diff --git a/sentinel-extension/sentinel-metric-exporter/README.md b/sentinel-extension/sentinel-metric-exporter/README.md new file mode 100644 index 00000000..c65e653c --- /dev/null +++ b/sentinel-extension/sentinel-metric-exporter/README.md @@ -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 + + com.alibaba.csp + sentinel-metric-exporter + x.y.z + +``` + +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") \ No newline at end of file