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

Prometheus metric interface. More...

Go to the source code of this file.

Data Structures

struct  prometheus_metric
 Type used to represent a Prometheus metric base. More...
 

Macros

#define MAX_METRIC_NAME_LENGTH   32
 
#define MAX_METRIC_DESCRIPTION_LENGTH   64
 

Enumerations

enum  prometheus_metric_type { PROMETHEUS_COUNTER = 0 , PROMETHEUS_GAUGE , PROMETHEUS_SUMMARY , PROMETHEUS_HISTOGRAM }
 Prometheus metric types. More...
 

Detailed Description

Prometheus metric interface.