Skip to content

Commit

Permalink
Update runtime.go instrumentation Meter name (#241)
Browse files Browse the repository at this point in the history
Resolve #240
  • Loading branch information
MrAlias authored Aug 18, 2020
1 parent a60647b commit 9cc7199
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions instrumentation/runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ func Start(c Config) error {
}
r := &runtime{
meter: c.MeterProvider.Meter(
// TODO: should library names be qualified?
// e.g., contrib/runtime?
"runtime",
"go.opentelemetry.io/contrib/instrumentation/runtime",
metric.WithInstrumentationVersion(contrib.SemVersion()),
),
config: c,
Expand Down

0 comments on commit 9cc7199

Please sign in to comment.