Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
counter.h File Reference

Prometheus counter APIs. More...

Go to the source code of this file.

Data Structures

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

Macros

#define PROMETHEUS_COUNTER_DEFINE(_name, _detail)
 Prometheus Counter definition.
 

Functions

int prometheus_counter_inc (struct prometheus_counter *counter)
 Increment the value of a Prometheus counter metric Increments the value of the specified counter metric by one.
 

Detailed Description

Prometheus counter APIs.