Module otel_tracer_provider

Behaviours: gen_server.

This module defines the otel_tracer_provider behaviour.
Required callback functions: init/1, register_tracer/3, get_tracer/2, resource/1.

Function Index

code_change/3
get_tracer/1
handle_call/3
handle_cast/2
init/1
register_tracer/2
resource/0
start_link/2

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

get_tracer/1

get_tracer(InstrumentationLibrary::opentelemetry:instrumentation_library()) -> opentelemetry:tracer() | undefined

handle_call/3

handle_call(Msg, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

init/1

init(X1) -> any()

register_tracer/2

register_tracer(Name::atom(), Vsn::binary()) -> boolean()

resource/0

resource() -> term() | undefined

start_link/2

start_link(ProviderModule, Opts) -> any()


Generated by EDoc