Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
prometheus_histogram_bucket Struct Reference

Prometheus histogram bucket definition. More...

#include <zephyr/net/prometheus/histogram.h>

Data Fields

double upper_bound
 Upper bound value of bucket.
unsigned long count
 Cumulative count of observations in the bucket.

Detailed Description

Prometheus histogram bucket definition.

This structure defines a Prometheus histogram bucket.

Field Documentation

◆ count

unsigned long prometheus_histogram_bucket::count

Cumulative count of observations in the bucket.

◆ upper_bound

double prometheus_histogram_bucket::upper_bound

Upper bound value of bucket.


The documentation for this struct was generated from the following file: