mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
require trace 0.7
This commit is contained in:
parent
715578c374
commit
7d50a0bb53
3 changed files with 3 additions and 6 deletions
|
|
@ -41,10 +41,7 @@
|
|||
(< 0.25))))
|
||||
(depopts trace)
|
||||
(conflicts
|
||||
(trace
|
||||
(or
|
||||
(< 0.4)
|
||||
(>= 0.7))))
|
||||
(trace (< 0.7)))
|
||||
(tags
|
||||
(instrumentation tracing opentelemetry datadog jaeger)))
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ depends: [
|
|||
]
|
||||
depopts: ["trace"]
|
||||
conflicts: [
|
||||
"trace" {< "0.4" | >= "0.7"}
|
||||
"trace" {< "0.7"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ module Internal = struct
|
|||
end)
|
||||
|
||||
(** key to access a OTEL scope from an explicit span *)
|
||||
let k_explicit_scope : Otel.Scope.t Otrace.Meta_map.Key.t =
|
||||
let k_explicit_scope : Otel.Scope.t Otrace.Meta_map.key =
|
||||
Otrace.Meta_map.Key.create ()
|
||||
|
||||
(** Per-thread set of active spans. *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue