How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

OpenTelemetry Histograms with Prometheus

calendar_today May 12, 2023 person Nandakumar Devi domain assertsai

Histograms record the distribution of a measurement like latency and are used to compute percentiles on them. It divides the entire range of measurements into a set of buckets and counts how many values fall into each bucket. OpenTelemetry has support for two types of histograms: Explicit Bucket Histogram As

open_in_new Read original post