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
We're attempting to upgrade dependencies from v1.6.0 to v1.6.3 and encountering this compilation failure during the upgrade:
# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/internal/metrictransform
../../../../../go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/[email protected]/internal/metrictransform/metric.go:427:26: cannot use sum.CoerceToFloat64(desc.NumberKind()) (value of type float64) as type *float64 in struct literal
This appears to be fixed on the main branch, but there aren't yet compatible releases v0.29.0 (or later) of the unstable packages.
Environment
OS: Linux
Architecture: x86_64
Go Version: 1.17
opentelemetry-go version: v1.6.3 + v0.28.0
Steps To Reproduce
Create a test program which pulls in v1.6.3 and v0.28.0 dependency versions.
Expected behavior
There should be compatible versions of opentelemetry-go (stable, unstable) and opentelemetry-go-contrib which can be used alongside each other.
The text was updated successfully, but these errors were encountered:
Description
We're attempting to upgrade dependencies from v1.6.0 to v1.6.3 and encountering this compilation failure during the upgrade:
This appears to be fixed on the main branch, but there aren't yet compatible releases v0.29.0 (or later) of the unstable packages.
Environment
Steps To Reproduce
Expected behavior
There should be compatible versions of opentelemetry-go (stable, unstable) and opentelemetry-go-contrib which can be used alongside each other.
The text was updated successfully, but these errors were encountered: