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
Move all metric global functionality out of go.opentelemetry.io/otel/metric/internal/global and go.opentelemetry.io/otel/metric/global and into go.opentelemetry.io/otel/internal/global and go.opentelemetry.io/otel
Remove go.opentelemetry.io/otel/metric/internal/global and go.opentelemetry.io/otel/metric/global
Remove the staticcheck lint disablement (add in 6c495fb)
The text was updated successfully, but these errors were encountered:
Move the error handling back from go.opentelemetry.io/otel/internal/global into go.opentelemetry.io/otel (revert f6f5505)
I'm going to remove this from the action items. The metric API has errors the propagator and trace APIs do not. They need to be handled in the same way the currently are so the error handling needs to live in the internal global package still.
Blocked by thev1.15.0-RC1
relase.go.opentelemetry.io/otel/metric/internal/global
andgo.opentelemetry.io/otel/metric/global
and intogo.opentelemetry.io/otel/internal/global
andgo.opentelemetry.io/otel
go.opentelemetry.io/otel/metric/internal/global
andgo.opentelemetry.io/otel/metric/global
The text was updated successfully, but these errors were encountered: