This commit is contained in:
Simon Cruanes 2022-03-21 10:21:08 -04:00
parent 06727ff588
commit f2e728765a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -44,6 +44,6 @@ let run () =
done
let () =
T.Globals.service_name := Some "t1";
T.Globals.service_name := "t1";
T.Globals.service_namespace := Some "ocaml-otel.test";
Opentelemetry_client_ocurl.with_setup run