-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
At the moment, enabling debugging via OTEL_OCAML_DEBUG=true ./binary.exe
only prints information like the following:
opentelemetry: send http POST to http://127.0.0.1:5996/v1/traces (963B)
opentelemetry: send http POST to http://127.0.0.1:5996/v1/traces (963B)
I'd like, additionally, the ability to print on every single span entered and exited — effectively a verbose mode.
Is this better attached to OTEL_OCAML_DEBUG=true
, implemented as a new payload like OTEL_OCAML_DEBUG=verbose
, or as a separate env-var, like OTEL_OCAML_VERBOSE=true
?
Metadata
Metadata
Assignees
Labels
No labels