Opentelemetry_client.Exporter_debugBasic debug exporter, prints signals on stdout/stderr/...
As the name says, it's not intended for production but as a quick way to export signals and eyeball them.
val debug :
?clock:Opentelemetry_client.Common_.OTEL.Clock.t ->
?out:Stdlib.Format.formatter ->
unit ->
Opentelemetry_client.Common_.OTEL.Exporter.tdebug ?out () is an exporter that pretty-prints signals on out.