1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-09-16 09:16:35 +02:00

chore: fix metrics readme (#1415)

This commit is contained in:
杜晨昊
2021-09-03 17:52:22 +08:00
committed by GitHub
parent 7b3b1cf862
commit 221fa98319

View File

@@ -2,5 +2,10 @@
## prometheus
```
go get -u github.com/go-kratos/kratos/metrics/prometheus/v2
go get -u github.com/go-kratos/kratos/contrib/metrics/prometheus/v2
```
## datadog
```
go get -u github.com/go-kratos/kratos/contrib/metrics/datadog/v2
```