[new release] opentelemetry (7 packages) (0.13)#29501
Open
c-cube wants to merge 1 commit intoocaml:masterfrom
Open
[new release] opentelemetry (7 packages) (0.13)#29501c-cube wants to merge 1 commit intoocaml:masterfrom
c-cube wants to merge 1 commit intoocaml:masterfrom
Conversation
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
9dcdfdf to
09289b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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