Module otel_observable_gauge

Asynchronous Gauge is an asynchronous Instrument which reports non-additive value(s) (e.g.

Description

Asynchronous Gauge is an asynchronous Instrument which reports non-additive value(s) (e.g. the room temperature - it makes no sense to report the temperature value from multiple rooms and sum them up) when the instrument is being observed.

Function Index

create/3
create/5

Function Details

create/3

create(Meter, Name, Opts) -> any()

create/5

create(Meter, Name, Callback, CallbackArgs, Opts) -> any()


Generated by EDoc