File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
- # 0.3
2
+ # 0.4
3
+
4
+ - add ` ?data ` to ` counter_int ` and ` counter_float `
5
+ - add ` float ` to user data
6
+ - add ` add_data_to_current_span ` and ` add_data_to_manual_span `
7
+ - make ` explicit_span.meta ` mutable
8
+ - trace-tef: write to ` trace.json ` if env variable ` TRACE ` is either 1 or true
9
+ - trace-tef: emit function name, if provided, as a metadata key/value pair
10
+ - re-export trace.core in trace
3
11
12
+ - perf: in trace-tef, use broadcast instead of signal in the job queue
13
+
14
+ # 0.3
4
15
5
16
- add explicit spans, for more precise tracing
6
17
- rename repo to ocaml-trace
Original file line number Diff line number Diff line change 2
2
3
3
(name trace)
4
4
( generate_opam_files true )
5
- ( version 0 .3 )
5
+ ( version 0 .4 )
6
6
7
7
( source
8
8
( github c-cube/ocaml-trace) )
23
23
24
24
( package
25
25
(name trace-tef)
26
- (synopsis " A simple backend for trace, emitting Catapult JSON into a file" )
26
+ (synopsis " A simple backend for trace, emitting Catapult/TEF JSON into a file" )
27
27
( depends
28
28
( ocaml ( >= 4 .08) )
29
29
( trace ( = :version ) )
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
- version: "0.3"
4
- synopsis: "A simple backend for trace, emitting Catapult JSON into a file"
3
+ version: "0.4"
4
+ synopsis:
5
+ "A simple backend for trace, emitting Catapult/TEF JSON into a file"
5
6
maintainer: ["Simon Cruanes"]
6
7
authors: ["Simon Cruanes"]
7
8
license: "MIT"
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
- version: "0.3 "
3
+ version: "0.4 "
4
4
synopsis:
5
5
"A stub for tracing/observability, agnostic in how data is collected"
6
6
maintainer: ["Simon Cruanes"]
You can’t perform that action at this time.
0 commit comments