Zephyr API Documentation 4.0.0-rc3
A Scalable Open Source RTOS
|
Type used to represent a Prometheus gauge metric. More...
#include <gauge.h>
Data Fields | |
struct prometheus_metric * | base |
Base of the Prometheus gauge metric. | |
double | value |
Value of the Prometheus gauge metric. | |
Type used to represent a Prometheus gauge metric.
struct prometheus_metric* prometheus_gauge::base |
Base of the Prometheus gauge metric.
double prometheus_gauge::value |
Value of the Prometheus gauge metric.