You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,8 +174,7 @@ Next packages provide debug tooling:
174
174
|[ydb-go-sdk-zap](https://github.com/ydb-platform/ydb-go-sdk-zap)| logging | logging ydb-go-sdk events with `zap` package |[ydbZap.WithTraces](https://github.com/ydb-platform/ydb-go-sdk-zap/blob/master/internal/cmd/bench/main.go#L64)|
175
175
|[ydb-go-sdk-zerolog](https://github.com/ydb-platform/ydb-go-sdk-zerolog)| logging | logging ydb-go-sdk events with `zerolog` package |[ydbZerolog.WithTraces](https://github.com/ydb-platform/ydb-go-sdk-zerolog/blob/master/internal/cmd/bench/main.go#L47)|
176
176
|[ydb-go-sdk-logrus](https://github.com/ydb-platform/ydb-go-sdk-logrus)| logging | logging ydb-go-sdk events with `logrus` package |[ydbLogrus.WithTraces](https://github.com/ydb-platform/ydb-go-sdk-logrus/blob/master/internal/cmd/bench/main.go#L48)|
177
-
|[ydb-go-sdk-metrics](https://github.com/ydb-platform/ydb-go-sdk-metrics)| metrics | common metrics of ydb-go-sdk. Package declare interfaces such as `Registry`, `GaugeVec` and `Gauge` and use it for traces ||
178
-
|[ydb-go-sdk-prometheus](https://github.com/ydb-platform/ydb-go-sdk-prometheus)| metrics | prometheus wrapper over [ydb-go-sdk-metrics](https://github.com/ydb-platform/ydb-go-sdk-metrics)|[ydbPrometheus.WithTraces](https://github.com/ydb-platform/ydb-go-sdk-prometheus/blob/master/internal/cmd/bench/main.go#L56)|
177
+
|[ydb-go-sdk-prometheus](https://github.com/ydb-platform/ydb-go-sdk-prometheus/v2)| metrics | prometheus wrapper over [ydb-go-sdk/v3/metrics](https://github.com/ydb-platform/ydb-go-sdk/tree/master/metrics)|[ydbPrometheus.WithTraces](https://github.com/ydb-platform/ydb-go-sdk-prometheus/blob/master/internal/cmd/bench/main.go#L56)|
0 commit comments