From 6220024a388b0e299606a007e3b019e76054d283 Mon Sep 17 00:00:00 2001 From: Hristo Temelski Date: Tue, 12 Aug 2025 14:07:17 +0300 Subject: [PATCH] chore(otel): Update otel metrics URL (#3474) --- extra/redisotel/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/redisotel/metrics.go b/extra/redisotel/metrics.go index fba5f3ac..e4925792 100644 --- a/extra/redisotel/metrics.go +++ b/extra/redisotel/metrics.go @@ -22,7 +22,7 @@ type metricsState struct { // InstrumentMetrics starts reporting OpenTelemetry Metrics. // -// Based on https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/database-metrics.md +// Based on https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-metrics.md func InstrumentMetrics(rdb redis.UniversalClient, opts ...MetricsOption) error { baseOpts := make([]baseOption, len(opts)) for i, opt := range opts {