Module otel_metric_reader

MetricReader is an SDK module that provides the common configurable aspects of the OpenTelemetry Metrics SDK and determines the following capabilities:.

Behaviours: gen_server.

Description

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.

Function Index

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

Function Details

checkpoint_generation/1

checkpoint_generation(ReaderId) -> any()

code_change/1

code_change(State) -> any()

collect/1

collect(ReaderPid) -> any()

handle_call/3

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

handle_cast/2

handle_cast(X1, State) -> any()

handle_continue/2

handle_continue(X1, State) -> any()

handle_info/2

handle_info(X1, State) -> any()

init/1

init(X1) -> any()

shutdown/1

shutdown(ReaderPid) -> any()

start_link/3

start_link(ReaderId, ProviderSup, Config) -> any()


Generated by EDoc