Zephyr API Documentation 4.0.0-rc3
A Scalable Open Source RTOS
|
Prometheus gauge APIs. More...
Go to the source code of this file.
Data Structures | |
struct | prometheus_gauge |
Type used to represent a Prometheus gauge metric. More... | |
Macros | |
#define | PROMETHEUS_GAUGE_DEFINE(_name, _detail) |
Prometheus Gauge definition. | |
Functions | |
int | prometheus_gauge_set (struct prometheus_gauge *gauge, double value) |
Set the value of a Prometheus gauge metric. | |
Prometheus gauge APIs.