Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
prometheus_histogram_bucket Struct Reference

Prometheus histogram bucket definition. More...

#include <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: