We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef276da commit 43c67abCopy full SHA for 43c67ab
README.md
@@ -4,6 +4,14 @@ This a metric collector for Go-Chassis which collects metrics of the microservic
4
It can collect metrics for each api's exposed by the micro-services. The same data can be
5
exposed to Huawei CSE Governance Dashboard.
6
7
+# How to use
8
+
9
+in main.go
10
+```go
11
+import _ "github.com/huaweicse/cse-collector"
12
+```
13
14
+# Introdction
15
The metrics collected by this collector is listed below:
16
```
17
attempts
0 commit comments