zio-telemetry
zio-telemetry copied to clipboard
Backport OTEL autoinstrumentation from series/2.x
Hi @grouzen,
As of today, PropagatingSupervisor
is not needed any more, because ZIO 2.0 instrumentation has landed in OpenTelemetry Java Agent v1.25.0 (release notes). We should remove it from series 2 and 3 as well. I could look into this when I have some spare time.
Hi @dmytr!
It is nice to hear. Thanks for your contribution!
I'm also still working on adding an example of how to use auto instrumentation, but I'm failing to make it work with Jaeger. Can I ask you to help me with this when you have time?
Hi @grouzen,
I've done a bit of clean up to remove now obsolete PropagatingSupervisor
in https://github.com/zio/zio-telemetry/pull/681.
Seems like it would be relevant for this PR.
Thanks! Yeah, I'll update this PR after we merge yours.
It seems we still need to keep PropagatingSupervisor you implemented for series/1.x since java-insturmentation supports zio2 only.
Oh right... :disappointed: