Skip to content

Commit 43c67ab

Browse files
Update README.md
1 parent ef276da commit 43c67ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ This a metric collector for Go-Chassis which collects metrics of the microservic
44
It can collect metrics for each api's exposed by the micro-services. The same data can be
55
exposed to Huawei CSE Governance Dashboard.
66

7+
# How to use
8+
9+
in main.go
10+
```go
11+
import _ "github.com/huaweicse/cse-collector"
12+
```
13+
14+
# Introdction
715
The metrics collected by this collector is listed below:
816
```
917
attempts

0 commit comments

Comments
 (0)