pavhl
pavhl
Fixes https://github.com/wtfutil/wtf/issues/1615
Related to: https://github.com/percona/pmm-managed/pull/394
Related to: https://github.com/percona/pmm-agent/pull/160
[Go] Genkit overrides global OTel TracerProvider after Init/flow, breaking Pyroscope instrumentation
**Describe the bug** Genkit overrides the global OpenTelemetry tracer provider when the host application uses Pyroscope's `otel-profiling-go` wrapper provider. After calling `genkit.Init` and running a flow, `otel.GetTracerProvider()` changes from the...