Module otel_span_sweeper

The span sweeper is a process that can be configured to remove, either by finishing or deleting, spans that are still active after a period of time.

Behaviours: gen_statem.

Description

The span sweeper is a process that can be configured to remove, either by finishing or deleting, spans that are still active after a period of time.

Function Index

callback_mode/0
code_change/4
handle_event/4
init/1
start_link/1
storage_size/0
terminate/3

Function Details

callback_mode/0

callback_mode() -> any()

code_change/4

code_change(X1, State, Data, X4) -> any()

handle_event/4

handle_event(X1, X2, X3, Data) -> any()

init/1

init(X1) -> any()

start_link/1

start_link(Opts) -> any()

storage_size/0

storage_size() -> any()

terminate/3

terminate(Reason, State, Data) -> any()


Generated by EDoc