View Source otel_exporter behaviour (opentelemetry v1.0.3)

Link to this section Summary

Link to this section Callbacks

Specs

export(ets:tab(), otel_resource:t(), term()) ->
          ok | success | failed_not_retryable | failed_retryable.

Specs

init(term()) -> {ok, term()} | ignore.

Specs

shutdown(term()) -> ok.

Link to this section Functions