Skip to content

Commit

Permalink
WiP upstream OTEL
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintorok committed Feb 28, 2025
1 parent 46dec4b commit 81b490d
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 1,231 deletions.
9 changes: 2 additions & 7 deletions ocaml/libs/tracing/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name tracing)
(modules tracing)
(libraries re uri yojson xapi-log xapi-stdext-threads threads.posix)
(libraries opentelemetry opentelemetry.ambient-context uri yojson)
(preprocess
(pps ppx_deriving_yojson))
(public_name xapi-tracing))
Expand All @@ -11,21 +11,16 @@
(modules tracing_export)
(public_name xapi-tracing-export)
(libraries
opentelemetry
cohttp
cohttp-posix
ptime
ptime.clock.os
rpclib.core
rpclib.json
result
rresult
tracing
threads.posix
uri
xapi-log
xapi-open-uri
xapi-stdext-threads
xapi-stdext-unix
zstd)
(preprocess
(pps ppx_deriving_rpc)))
Expand Down
Loading

0 comments on commit 81b490d

Please sign in to comment.