-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
triage:rejected:duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
In the Creating metric instruments section the snippet includes the line:
meter := otel.Meter("ex.com/basic")
For which I get an unresolved reference. I believe the function Meter is in global and the correct line should be:
meter := global.Meter("ex.com/basic")
That waisted me about an hour trying to figure out what I was doing wrong.
Thank you!
Metadata
Metadata
Assignees
Labels
triage:rejected:duplicateThis issue or pull request already existsThis issue or pull request already exists