Skip to content

Commit 6220024

Browse files
chore(otel): Update otel metrics URL (#3474)
1 parent 7b4a537 commit 6220024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/redisotel/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type metricsState struct {
2222

2323
// InstrumentMetrics starts reporting OpenTelemetry Metrics.
2424
//
25-
// Based on https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/database-metrics.md
25+
// Based on https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-metrics.md
2626
func InstrumentMetrics(rdb redis.UniversalClient, opts ...MetricsOption) error {
2727
baseOpts := make([]baseOption, len(opts))
2828
for i, opt := range opts {

0 commit comments

Comments
 (0)