[new release] opentelemetry (7 packages) (0.13)#29501
Conversation
9dcdfdf to
09289b6
Compare
jmid
left a comment
There was a problem hiding this comment.
Thanks!
There are a bunch of failures, e.g., a missing test dependency on containers in opentelemetry-logs: tests (failed: Library "containers" not found.) but also lower bound failures.
I can see @shonfeder sorted these out for the 0.12 release in #28469
Can I ask you to go through them, and preferably upstream the fixes? It will save us from repeated work 🙏
09289b6 to
67af3e9
Compare
|
Ok, I think I ported all the fixes (thank you @shonfeder 🙏 ) |
cdff5ce to
fee83bb
Compare
oh no 😅 |
|
It is now running again, so I've restarted the failed workflows. |
CHANGES:
- feat: adapt to trace 0.12 (callbacks-based collector API, extensible span type, no more manual spans, ambient-span-provider)
- breaking: remove vendored `opentelemetry.ambient-context`; use the
`ambient-context` 0.2 package directly instead. To configure the
storage backend, call `Ambient_context.set_current_storage` (e.g.
`Ambient_context.set_current_storage Ambient_context_lwt.storage`).
- move to ezcurl 0.3
- add a `hmap` in Scope.t
fee83bb to
893c178
Compare
|
What do you make of the macOS opentelemetry-client-cohttp-eio.0.13 There are also a couple of runtest failures on Centos 9 and s390x. centos-9-ocaml-5.4 |
|
Those are sandboxing fails on macos (by design), not a blocker i think. |
Instrumentation for https://opentelemetry.io
CHANGES:
opentelemetry.ambient-context; use theambient-context0.2 package directly instead. To configure thestorage backend, call
Ambient_context.set_current_storage(e.g.Ambient_context.set_current_storage Ambient_context_lwt.storage).hmapin Scope.t