View Source otel_tracer_server (opentelemetry v1.5.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.
Summary
Types
-type instrumentation_scope() :: #instrumentation_scope{name :: unicode:unicode_binary() | undefined | '_', version :: unicode:unicode_binary() | undefined | '_', schema_url :: uri_string:uri_string() | undefined | '_'}.
Functions
Link to this function