Skip to content

Commit 9cc7199

Browse files
authored
Update runtime.go instrumentation Meter name (#241)
Resolve #240
1 parent a60647b commit 9cc7199

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

instrumentation/runtime/runtime.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ func Start(c Config) error {
108108
}
109109
r := &runtime{
110110
meter: c.MeterProvider.Meter(
111-
// TODO: should library names be qualified?
112-
// e.g., contrib/runtime?
113-
"runtime",
111+
"go.opentelemetry.io/contrib/instrumentation/runtime",
114112
metric.WithInstrumentationVersion(contrib.SemVersion()),
115113
),
116114
config: c,

0 commit comments

Comments
 (0)