| Zephyr Project API 4.1.0
    A Scalable Open Source RTOS | 
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. | |
Prometheus summary quantile definition.
This structure defines a Prometheus summary quantile.
| double prometheus_summary_quantile::quantile | 
Quantile of the summary.
| void* prometheus_summary_quantile::user_data | 
User data.
| double prometheus_summary_quantile::value | 
Value of the quantile.