Module otel_exporter_pid

A test exporter for sending trace spans to an Erlang PID as message.

Behaviours: otel_exporter.

Description

A test exporter for sending trace spans to an Erlang PID as message.

Function Index

export/3
init/1
shutdown/1

Function Details

export/3

export(SpansTid, Resource, Pid) -> any()

init/1

init(Pid) -> any()

shutdown/1

shutdown(X1) -> any()


Generated by EDoc