-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[new release] trace (4 packages) (0.9) #27259
Conversation
Not sure if it's a transient error of the CI but there's currently 404s everywhere. I'vecancelled the build for now. |
well there's no 0.9 in https://github.com/c-cube/ocaml-trace/tags nor in releases so that's probably it |
I reuploaded it. Must have forgotten the |
CHANGES: - add an extensible sum type, so users can implement custom events. For example an OTEL collector can provide custom events to link two spans to one another.
172e9e6
to
42543b3
Compare
Looks to me like these revedeps failures for
I think from this addition: c-cube/ocaml-trace@4dfa319#diff-200ef699c03562ccea70000ac13fe48441941739e0c1bc622abd8dca5eb24c3eR97 I'll add the upper bound here, then we should be good to go :) |
Merging since the opentelemetry tests and revdeps are now passing, and all other checks were good or irrelevant before. |
Thank you :) |
A stub for tracing/observability, agnostic in how data is collected
CHANGES:
an OTEL collector can provide custom events to link two spans to one another.