View Source otel_exporter behaviour (opentelemetry v1.4.0)

Link to this section Summary

Link to this section Callbacks

-callback export(traces | metrics, ets:tab(), otel_resource:t(), term()) ->
          ok | success | failed_not_retryable | failed_retryable.
-callback init(term()) -> {ok, term()} | ignore.
-callback shutdown(term()) -> ok.

Link to this section Functions

Link to this function

export_logs(ExporterModule, Batch, Resource, Config)

View Source
Link to this function

export_metrics(ExporterModule, MetricsTid, Resource, Config)

View Source
Link to this function

export_traces(ExporterModule, SpansTid, Resource, Config)

View Source