gen_server
that handles the API's calls. The
SDK should register a TracerProvider with the name otel_tracer_provider
which is used as the default global Provider.
force_flush/0 | |
force_flush/1 | |
get_tracer/3 | |
resource/0 | |
resource/1 |
force_flush() -> ok | {error, term()} | timeout
force_flush(ServerRef::atom() | pid()) -> ok | {error, term()} | timeout
get_tracer(Name, Vsn, SchemaUrl) -> Tracer
resource() -> term() | undefined
resource(ServerRef::atom() | pid()) -> term() | undefined
Generated by EDoc