Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
formatter.h File Reference

Prometheus formatter APIs. More...

Go to the source code of this file.

Functions

int prometheus_format_exposition (struct prometheus_collector *collector, char *buffer, size_t buffer_size)
 Format exposition data for Prometheus.
int prometheus_format_one_metric (struct prometheus_metric *metric, char *buffer, size_t buffer_size, int *written)
 Format exposition data for one metric for Prometheus.

Detailed Description

Prometheus formatter APIs.