Module otel_counter

Counter is a synchronous Instrument which supports non-negative increments.

Description

Counter is a synchronous Instrument which supports non-negative increments.

Function Index

add/3
add/4
create/3

Function Details

add/3

add(Instrument::otel_instrument:t(), Number::number(), Attributes::opentelemetry:attributes_map()) -> ok

add/4

add(Meter::otel_meter:t(), Name::otel_instrument:name(), Number::number(), Attributes::opentelemetry:attributes_map()) -> ok

create/3

create(Meter, Name, Opts) -> otel_instrument:t()


Generated by EDoc