Skip to content

Commit 787b31f

Browse files
committed
typo
1 parent cdb4129 commit 787b31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/valkey-go/valkey.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// This product includes software developed at Datadog (https://www.datadoghq.com/).
44
// Copyright 2016 Datadog, Inc.
55

6-
// Package valkey provides tracing functions for tracing the valkey/valkey-go package (https://github.com/valkey-io/valkey-go).
6+
// Package valkey provides tracing functions for tracing the valkey-io/valkey-go package (https://github.com/valkey-io/valkey-go).
77
package valkey
88

99
import (
@@ -21,7 +21,7 @@ import (
2121
"gopkg.in/DataDog/dd-trace-go.v1/internal/telemetry"
2222
)
2323

24-
const componentName = "valkey-go/valkey"
24+
const componentName = "valkey-io/valkey-go"
2525

2626
func init() {
2727
telemetry.LoadIntegration(componentName)

0 commit comments

Comments
 (0)