1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-02-21 19:19:32 +02:00
包子 7b3b1cf862
feat: move nacos config、datadog、 fluent to contrib and modify prom path (#1405)
* feat: move nacos config、datadog、 fluent to contrib and modify prometheus module path
2021-09-03 15:51:10 +08:00

11 lines
223 B
Modula-2

module github.com/go-kratos/kratos/contrib/metrics/prometheus/v2
go 1.15
require (
github.com/go-kratos/kratos/v2 v2.0.0
github.com/prometheus/client_golang v1.9.0
)
replace github.com/go-kratos/kratos/v2 => ../../../