Module ot_meter_provider

Behaviours: gen_server.

This module defines the ot_meter_provider behaviour.
Required callback functions: init/1, register_meter/3.

Function Index

handle_call/3
handle_cast/2
init/1
register_application_meter/1
register_meter/2
start_link/2

Function Details

handle_call/3

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

handle_cast/2

handle_cast(Msg, State) -> any()

init/1

init(X1) -> any()

register_application_meter/1


register_application_meter(Name::atom()) -> boolean()

register_meter/2


register_meter(Name::atom(), Vsn::string()) -> boolean()

start_link(ProviderModule, Opts) -> any()