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
The following error occurred while trying to upgrade go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:
# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
Error: /home/runner/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.30.0/handler.go:50:38: undefined: metric.Int64Counter
Error: /home/runner/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.30.0/handler.go:51:38: undefined: metric.Float64Histogram
Error: /home/runner/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.30.0/handler.go:96:38: undefined: metric.Int64Counter
Error: /home/runner/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.30.0/handler.go:97:44: undefined: metric.Float64Histogram
Error: /home/runner/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.30.0/handler.go:99:38: h.meter.NewInt64Counter undefined (type metric.Meter has no field or method NewInt64Counter)
Error: /home/runner/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.30.0/handler.go:102:39: h.meter.NewInt64Counter undefined (type metric.Meter has no field or method NewInt64Counter)
Error: /home/runner/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.30.0/handler.go:105:39: h.meter.NewFloat64Histogram undefined (type metric.Meter has no field or method NewFloat64Histogram)
Error: /home/runner/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.30.0/config.go:65:25: undefined: global.GetMeterProvider
The contrib instrumentation that has been updated for the most recent metrics release has not yet been released. That will happen shortly, following a quick patch release in the core repo. For the moment you should be able to use the main pseudoversion.
The following error occurred while trying to upgrade
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
:See full log here: https://github.com/open-telemetry/opentelemetry-collector/runs/5723445917?check_suite_focus=true
The text was updated successfully, but these errors were encountered: