mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-13 05:56:20 -04:00
Mark todo
This commit is contained in:
parent
f23d22adb0
commit
9134f4db23
1 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
|||
module T = Opentelemetry
|
||||
module Otel_lwt = Opentelemetry_lwt
|
||||
|
||||
let spf = Printf.sprintf
|
||||
|
||||
|
|
@ -9,7 +8,7 @@ let sleep_inner = ref 0.1
|
|||
|
||||
let sleep_outer = ref 2.0
|
||||
|
||||
let mk_client ~scope:_ = raise (Failure "TODO")
|
||||
(* let mk_client ~scope:_ = raise (Failure "TODO") *)
|
||||
(* Opentelemetry_cohttp_lwt.client ~scope (module Cohttp_eio.Client) *)
|
||||
|
||||
let run () =
|
||||
|
|
@ -72,4 +71,5 @@ let () =
|
|||
"Check HTTP requests at \
|
||||
https://requestbin.com/r/enec1hql02hz/26qShWryt5vJc1JfrOwalhr5vQt@.";
|
||||
|
||||
Opentelemetry_client_cohttp_eio.with_setup ~config () run
|
||||
(* TODO *)
|
||||
(* Opentelemetry_client_cohttp_eio.with_setup ~config () run *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue