View Source otel_tracer_server (opentelemetry v1.3.0)
otel_tracer_provider
. This gen_server
is started as part of the SDK's supervision tree and registers itself as the default TracerProvider by using the name otel_tracer_provider
as its name.
Link to this section Summary
Link to this section Types
-type instrumentation_scope() :: #instrumentation_scope{}.
Link to this section Functions
-spec start_link(atom(), atom(), atom(), otel_configuration:t()) -> {ok, pid()} | ignore | {error, term()}.