mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-05 17:04:52 -04:00
6 lines
2.1 KiB
HTML
6 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Exporter_debug (opentelemetry-client.Opentelemetry_client.Exporter_debug)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 3.1.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../../../index.html">Index</a> » <a href="../../index.html">opentelemetry-client</a> » <a href="../index.html">Opentelemetry_client</a> » Exporter_debug</nav><header class="odoc-preamble"><h1>Module <code><span>Opentelemetry_client.Exporter_debug</span></code></h1><p>Basic debug exporter, prints signals on stdout/stderr/...</p><p>As the name says, it's not intended for production but as a quick way to export signals and eyeball them.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-debug"><a href="#val-debug" class="anchor"></a><code><span><span class="keyword">val</span> debug :
|
||
<span><span class="optlabel">?clock</span>:<a href="../../../opentelemetry/Opentelemetry_core/Clock/index.html#type-t">Opentelemetry_client.Common_.OTEL.Clock.t</a> <span class="arrow">-></span></span>
|
||
<span><span class="optlabel">?out</span>:<a href="../../../ocaml/Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span>
|
||
<span>unit <span class="arrow">-></span></span>
|
||
<a href="../../../opentelemetry/Opentelemetry/Exporter/index.html#type-t">Opentelemetry_client.Common_.OTEL.Exporter.t</a></span></code></div><div class="spec-doc"><p><code>debug ?out ()</code> is an exporter that pretty-prints signals on <code>out</code>.</p><ul class="at-tags"><li class="parameter"><span class="at-tag">parameter</span> <span class="value">out</span> <p>the formatter into which to print, default <code>stderr</code>.</p></li></ul></div></div></div></body></html>
|