Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
prometheus_gauge Struct Reference

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.
void * user_data
 User data.

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.

◆ user_data

void* prometheus_gauge::user_data

User data.

◆ value

double prometheus_gauge::value

Value of the Prometheus gauge metric.


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