otel_tracer_server (opentelemetry v1.6.0)
View SourceThis module is the SDK's implementation of the TracerProvider. The calls to the server are done from the API module 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}.