mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
update changelog
This commit is contained in:
parent
bc3ecbc30c
commit
ed8ef6a9fb
1 changed files with 15 additions and 0 deletions
15
CHANGES.md
15
CHANGES.md
|
|
@ -1,4 +1,19 @@
|
||||||
|
|
||||||
|
## 0.4
|
||||||
|
|
||||||
|
- expose `Scope.get_surrounding`
|
||||||
|
- rehault of GC metrics
|
||||||
|
- `Trace.with_` now has `force_new_trace_id` param
|
||||||
|
- use thread-local storage to store global scope
|
||||||
|
- add `Span_link` module
|
||||||
|
- add a `Globals.default_span_kind` ref to specify default span kind
|
||||||
|
|
||||||
|
- fix(otel-lwt): missing modules now re-exported
|
||||||
|
- fix(client-ocurl): fix `tick` version used in the absence of bg thread
|
||||||
|
|
||||||
|
- drop dep on ocaml-protoc as the generated code is checked-in
|
||||||
|
- update vendored otel to 0.19
|
||||||
|
|
||||||
## 0.3
|
## 0.3
|
||||||
|
|
||||||
- improve error reporting from ocurl exporter
|
- improve error reporting from ocurl exporter
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue