Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
prometheus_gauge Struct Reference

Type used to represent a Prometheus gauge metric. More...

#include <gauge.h>

Data Fields

struct prometheus_metricbase
 Base of the Prometheus gauge metric.
 
double value
 Value of the Prometheus gauge metric.
 

Detailed Description

Type used to represent a Prometheus gauge metric.

Field Documentation

◆ base

struct prometheus_metric* prometheus_gauge::base

Base of the Prometheus gauge metric.

◆ value

double prometheus_gauge::value

Value of the Prometheus gauge metric.


The documentation for this struct was generated from the following file: