mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-09 12:23:32 -04:00
deploy: c711a0dc66
This commit is contained in:
parent
8c51773980
commit
e8d889313b
4 changed files with 68 additions and 0 deletions
|
|
@ -1,3 +1,20 @@
|
|||
# 0.11
|
||||
|
||||
- entire rework of the collector, now lighter, and using an open sum type
|
||||
for `span`. No global state is required anymore.
|
||||
- add `enabled` to the collector
|
||||
- extensible `metric`; pass level around in collector
|
||||
- remove unused deps on hmap, thread-local-storage
|
||||
- add `Trace.with_setup_collector`
|
||||
- add `trace.debug` to find what spans were not closed on exit
|
||||
- remove dead code and `on_tracing_error`
|
||||
- remove subscriber entirely
|
||||
- core: remove `current_span` from collector
|
||||
- update deps to ppxlib=0.37~
|
||||
- breaking: use poly variants for `user_data/span_flavor`
|
||||
- use `at_exit` in `trace_tef` and `tldrs`
|
||||
- fix fuchsia: bound check
|
||||
|
||||
# 0.10
|
||||
|
||||
- breaking: manual spans now take a `explicit_span_ctx` as parent, that
|
||||
|
|
|
|||
|
|
@ -1,3 +1,20 @@
|
|||
# 0.11
|
||||
|
||||
- entire rework of the collector, now lighter, and using an open sum type
|
||||
for `span`. No global state is required anymore.
|
||||
- add `enabled` to the collector
|
||||
- extensible `metric`; pass level around in collector
|
||||
- remove unused deps on hmap, thread-local-storage
|
||||
- add `Trace.with_setup_collector`
|
||||
- add `trace.debug` to find what spans were not closed on exit
|
||||
- remove dead code and `on_tracing_error`
|
||||
- remove subscriber entirely
|
||||
- core: remove `current_span` from collector
|
||||
- update deps to ppxlib=0.37~
|
||||
- breaking: use poly variants for `user_data/span_flavor`
|
||||
- use `at_exit` in `trace_tef` and `tldrs`
|
||||
- fix fuchsia: bound check
|
||||
|
||||
# 0.10
|
||||
|
||||
- breaking: manual spans now take a `explicit_span_ctx` as parent, that
|
||||
|
|
|
|||
|
|
@ -1,3 +1,20 @@
|
|||
# 0.11
|
||||
|
||||
- entire rework of the collector, now lighter, and using an open sum type
|
||||
for `span`. No global state is required anymore.
|
||||
- add `enabled` to the collector
|
||||
- extensible `metric`; pass level around in collector
|
||||
- remove unused deps on hmap, thread-local-storage
|
||||
- add `Trace.with_setup_collector`
|
||||
- add `trace.debug` to find what spans were not closed on exit
|
||||
- remove dead code and `on_tracing_error`
|
||||
- remove subscriber entirely
|
||||
- core: remove `current_span` from collector
|
||||
- update deps to ppxlib=0.37~
|
||||
- breaking: use poly variants for `user_data/span_flavor`
|
||||
- use `at_exit` in `trace_tef` and `tldrs`
|
||||
- fix fuchsia: bound check
|
||||
|
||||
# 0.10
|
||||
|
||||
- breaking: manual spans now take a `explicit_span_ctx` as parent, that
|
||||
|
|
|
|||
|
|
@ -1,3 +1,20 @@
|
|||
# 0.11
|
||||
|
||||
- entire rework of the collector, now lighter, and using an open sum type
|
||||
for `span`. No global state is required anymore.
|
||||
- add `enabled` to the collector
|
||||
- extensible `metric`; pass level around in collector
|
||||
- remove unused deps on hmap, thread-local-storage
|
||||
- add `Trace.with_setup_collector`
|
||||
- add `trace.debug` to find what spans were not closed on exit
|
||||
- remove dead code and `on_tracing_error`
|
||||
- remove subscriber entirely
|
||||
- core: remove `current_span` from collector
|
||||
- update deps to ppxlib=0.37~
|
||||
- breaking: use poly variants for `user_data/span_flavor`
|
||||
- use `at_exit` in `trace_tef` and `tldrs`
|
||||
- fix fuchsia: bound check
|
||||
|
||||
# 0.10
|
||||
|
||||
- breaking: manual spans now take a `explicit_span_ctx` as parent, that
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue