Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
prometheus_summary_quantile Struct Reference

Prometheus summary quantile definition. More...

#include <summary.h>

Data Fields

double quantile
 Quantile of the summary.
double value
 Value of the quantile.
void * user_data
 User data.

Detailed Description

Prometheus summary quantile definition.

This structure defines a Prometheus summary quantile.

Field Documentation

◆ quantile

double prometheus_summary_quantile::quantile

Quantile of the summary.

◆ user_data

void* prometheus_summary_quantile::user_data

User data.

◆ value

double prometheus_summary_quantile::value

Value of the quantile.


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