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

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

#include <counter.h>

Data Fields

struct prometheus_metricbase
 Base of the Prometheus counter metric.
 
uint64_t value
 Value of the Prometheus counter metric.
 

Detailed Description

Type used to represent a Prometheus counter metric.

Field Documentation

◆ base

struct prometheus_metric* prometheus_counter::base

Base of the Prometheus counter metric.

◆ value

uint64_t prometheus_counter::value

Value of the Prometheus counter metric.


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