Std.App.Otlp
9 public declarations
- Configuring
Where an exporter sends, what it carries, and how long it may take.
- document
&Std.App.Otlp.Exporter -> &Array[Std.App.Trace.Span] -> Std.Json.JsonThe document a collector is sent.
- explain
&Std.App.Otlp.ExportError -> StrWhy an export failed, written for a person to read.
- exportable
&Array[Std.App.Trace.Span] -> Array[Std.App.Trace.Span]The spans that have finished, which are the ones worth sending.
- exporter
Str -> Std.App.Otlp.ExporterAn exporter pointed at a collector running beside the service.
- Exporter
Where finished spans are sent, and what to call the service that made them.
- ExportError
Why an export did not arrive.
- render
&Std.App.Otlp.Exporter -> &Array[Std.App.Trace.Span] -> StrThe document as the text that goes on the wire.
- send
&Std.App.Otlp.Exporter -> &Array[Std.App.Trace.Span] -> Result[Int, Std.App.Otlp.ExportError]Send finished spans to the collector.
