Module otel_histogram

Histogram is a synchronous Instrument which can be used to report arbitrary values that are likely to be statistically meaningful.

Description

Histogram is a synchronous Instrument which can be used to report arbitrary values that are likely to be statistically meaningful. It is intended for statistics such as histograms, summaries, and percentile.

Function Index

create/3
record/3
record/4

Function Details

create/3

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

record/3

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

record/4

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


Generated by EDoc