We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go get github.com/go-redis/redis
github.com/go-redis/redis/internal /home/linux/go/src/github.com/go-redis/redis/internal/instruments.go:24:23: undefined: otel.Meter
go version go version go1.15.8 linux/amd64
The text was updated successfully, but these errors were encountered:
seems like otel.Meter has moved to "go.opentelemetry.io/otel/metric/global" and then has to be called as global.Meter
Sorry, something went wrong.
@staropram no, it is not - https://pkg.go.dev/go.opentelemetry.io/otel/
This is a varation of #1534
No branches or pull requests
go get github.com/go-redis/redis
github.com/go-redis/redis/internal
/home/linux/go/src/github.com/go-redis/redis/internal/instruments.go:24:23: undefined: otel.Meter
go version
go version go1.15.8 linux/amd64
The text was updated successfully, but these errors were encountered: