package opentelemetry-client

  1. Overview
  2. Docs

Module Opentelemetry_client.Exporter_debugSource

Basic 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.

Sourceval debug : ?clock:??? -> ?out:??? -> unit -> Opentelemetry_client.Common_.OTEL.Exporter.t

debug ?out () is an exporter that pretty-prints signals on out.

  • parameter out

    the formatter into which to print, default stderr.