Behaviours: gen_server
.
MetricReader is an SDK module that provides the common configurable aspects of the OpenTelemetry Metrics SDK and determines the following capabilities:
* Collecting metrics from the SDK on demand. * Handling the ForceFlush and Shutdown signals from the SDK.checkpoint_generation/1 | |
code_change/1 | |
collect/1 | |
handle_call/3 | |
handle_cast/2 | |
handle_continue/2 | |
handle_info/2 | |
init/1 | |
shutdown/1 | |
start_link/3 |
checkpoint_generation(ReaderId) -> any()
code_change(State) -> any()
collect(ReaderPid) -> any()
handle_call(X1, From, State) -> any()
handle_cast(X1, State) -> any()
handle_continue(X1, State) -> any()
handle_info(X1, State) -> any()
init(X1) -> any()
shutdown(ReaderPid) -> any()
start_link(ReaderId, ProviderSup, Config) -> any()
Generated by EDoc