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

record/3

Function Details

record/3

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


Generated by EDoc