Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
|
Type used to represent a Prometheus counter metric. More...
#include <counter.h>
Data Fields | |
struct prometheus_metric | base |
Base of the Prometheus counter metric. | |
uint64_t | value |
Value of the Prometheus counter metric. | |
void * | user_data |
User data. | |
Type used to represent a Prometheus counter metric.
struct prometheus_metric prometheus_counter::base |
Base of the Prometheus counter metric.
void* prometheus_counter::user_data |
User data.
uint64_t prometheus_counter::value |
Value of the Prometheus counter metric.