Zephyr API Documentation 4.0.0-rc3
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. | |
Type used to represent a Prometheus counter metric.
struct prometheus_metric* prometheus_counter::base |
Base of the Prometheus counter metric.
uint64_t prometheus_counter::value |
Value of the Prometheus counter metric.