You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
/src/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.37.0/config.go:75:40: c.meter.SyncInt64 undefined (type metric.Meter has no field or method SyncInt64)
Most probably, it was fixed by #3170 . Maybe with a new release, it will be fixed. Waiting for #3190
The text was updated successfully, but these errors were encountered:
Cant build a project with
v0.37.0
dependency.This is the error I have while doing
go build -v
:Most probably, it was fixed by #3170 . Maybe with a new release, it will be fixed. Waiting for #3190
The text was updated successfully, but these errors were encountered: