Skip to content

Commit

Permalink
Update meter name in view example
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Xie <sam@samxie.me>
  • Loading branch information
tony612 and XSAM committed Sep 20, 2022
1 parent 11c3a0d commit e0f6ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/view/main.go
Expand Up @@ -37,7 +37,7 @@ import (
"go.opentelemetry.io/otel/sdk/metric/view"
)

const meterName = "github.com/open-telemetry/opentelemetry-go/example/prometheus"
const meterName = "github.com/open-telemetry/opentelemetry-go/example/view"

func main() {
ctx := context.Background()
Expand Down

0 comments on commit e0f6ba1

Please sign in to comment.