Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
|
|
4.2.0-rc3 |
Type used to represent a Prometheus counter metric. More...
#include <zephyr/net/prometheus/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.