mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 04:17:56 -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))))
|
(< 0.25))))
|
||||||
(depopts trace)
|
(depopts trace)
|
||||||
(conflicts
|
(conflicts
|
||||||
(trace
|
(trace (< 0.7)))
|
||||||
(or
|
|
||||||
(< 0.4)
|
|
||||||
(>= 0.7))))
|
|
||||||
(tags
|
(tags
|
||||||
(instrumentation tracing opentelemetry datadog jaeger)))
|
(instrumentation tracing opentelemetry datadog jaeger)))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ depends: [
|
||||||
]
|
]
|
||||||
depopts: ["trace"]
|
depopts: ["trace"]
|
||||||
conflicts: [
|
conflicts: [
|
||||||
"trace" {< "0.4" | >= "0.7"}
|
"trace" {< "0.7"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ module Internal = struct
|
||||||
end)
|
end)
|
||||||
|
|
||||||
(** key to access a OTEL scope from an explicit span *)
|
(** 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 ()
|
Otrace.Meta_map.Key.create ()
|
||||||
|
|
||||||
(** Per-thread set of active spans. *)
|
(** Per-thread set of active spans. *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue