Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gauge.h File Reference

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.
 

Detailed Description

Prometheus gauge APIs.