Zephyr API Documentation 4.0.0
A Scalable Open Source RTOS
 4.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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.