Module ot_tracer_provider
Behaviours: gen_server
.
This module defines the ot_tracer_provider
behaviour.
Required callback functions: init/1
, register_tracer/3
, resource/1
.
Function Index
code_change/3 | |
handle_call/3 | |
handle_cast/2 | |
init/1 | |
register_application_tracer/1 | |
register_tracer/2 | |
resource/0 | |
start_link/2 |
Function Details
code_change/3
code_change(OldVsn, State, Extra) -> any()
handle_call/3
handle_call(Msg, From, State) -> any()
handle_cast/2
handle_cast(Msg, State) -> any()
init/1
init(X1) -> any()
register_application_tracer/1
register_application_tracer(Name::atom()) -> boolean()
register_tracer/2
register_tracer(Name::atom(), Vsn::string()) -> boolean()
resource/0
resource() -> term() | undefined
start_link/2
start_link(ProviderModule, Opts) -> any()