Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 484 Bytes

File metadata and controls

11 lines (8 loc) · 484 Bytes

Custom exporters

Finally, you can also write your own exporter. For more information, see the [SpanExporter Interface in the API documentation]({{ $1 }}).

Batching span and log records

The OpenTelemetry SDK provides a set of default span and log record processors, that allow you to either emit spans one-by-on ("simple") or batched. Using batching is recommended, but if you do not want to batch your spans or log records, you can use a simple processor instead as follows: