Closed
Description
Describe the bug
Incompatible type for otel sdk in core>tracing>trace_server_exporer.go. This is caused by otel sdk v1.35.0+ deprecating instrumentation.Library in favour of instrumentation.Scope.
This causes builds to fail.
~/go/pkg/mod/github.com/firebase/genkit/[email protected]/core/tracing/trace_server_exporter.go:105:51: cannot convert span.InstrumentationLibrary() (value of struct type instrumentation.Library) to type InstrumentationLibrary
To Reproduce
Deps:
- genkit/[email protected]
- go.opentelemetry.io/otel/[email protected]+
Expected behavior
I expect the code to compile.
Screenshots
If applicable, add screenshots to help explain your problem.
Runtime (please complete the following information):
- OS: Linux
- Version: Ubuntu 24.10
** Go version
- go version go1.24.1 linux/amd64
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done