Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
|
|
4.2.0-rc3 |
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, _desc, _label, _collector, ...) |
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.