|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Prometheus metric interface. More...
Go to the source code of this file.
Data Structures | |
| struct | prometheus_metric |
| Type used to represent a Prometheus metric base. More... | |
Macros | |
| #define | MAX_METRIC_NAME_LENGTH 32 |
| #define | MAX_METRIC_DESCRIPTION_LENGTH 64 |
Enumerations | |
| enum | prometheus_metric_type { PROMETHEUS_COUNTER = 0 , PROMETHEUS_GAUGE , PROMETHEUS_SUMMARY , PROMETHEUS_HISTOGRAM } |
| Prometheus metric types. More... | |
Prometheus metric interface.