|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Prometheus collector definition. More...
#include <collector.h>
Data Fields | |
| const char * | name |
| Name of the collector. | |
| struct prometheus_metric * | metric [CONFIG_PROMETHEUS_MAX_METRICS] |
| Array of metrics associated with the collector. | |
| size_t | size |
| Number of metrics associated with the collector. | |
Prometheus collector definition.
This structure defines a Prometheus collector.
| struct prometheus_metric* prometheus_collector::metric[CONFIG_PROMETHEUS_MAX_METRICS] |
Array of metrics associated with the collector.
| const char* prometheus_collector::name |
Name of the collector.
| size_t prometheus_collector::size |
Number of metrics associated with the collector.