We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4a537 commit 6220024Copy full SHA for 6220024
extra/redisotel/metrics.go
@@ -22,7 +22,7 @@ type metricsState struct {
22
23
// InstrumentMetrics starts reporting OpenTelemetry Metrics.
24
//
25
-// 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
26
func InstrumentMetrics(rdb redis.UniversalClient, opts ...MetricsOption) error {
27
baseOpts := make([]baseOption, len(opts))
28
for i, opt := range opts {
0 commit comments