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

Type used to represent a Prometheus summary metric. More...

#include <summary.h>

Data Fields

struct prometheus_metricbase
 Base of the Prometheus summary metric.
 
struct prometheus_summary_quantilequantiles
 Array of quantiles associated with the Prometheus summary metric.
 
size_t num_quantiles
 Number of quantiles associated with the Prometheus summary metric.
 
double sum
 Sum of all observed values in the summary metric.
 
unsigned long count
 Total count of observations in the summary metric.
 

Detailed Description

Type used to represent a Prometheus summary metric.

Field Documentation

◆ base

struct prometheus_metric* prometheus_summary::base

Base of the Prometheus summary metric.

◆ count

unsigned long prometheus_summary::count

Total count of observations in the summary metric.

◆ num_quantiles

size_t prometheus_summary::num_quantiles

Number of quantiles associated with the Prometheus summary metric.

◆ quantiles

struct prometheus_summary_quantile* prometheus_summary::quantiles

Array of quantiles associated with the Prometheus summary metric.

◆ sum

double prometheus_summary::sum

Sum of all observed values in the summary metric.


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