7#ifndef ZEPHYR_INCLUDE_PROMETHEUS_FORMATTER_H_
8#define ZEPHYR_INCLUDE_PROMETHEUS_FORMATTER_H_
50 size_t buffer_size,
int *written);
Prometheus collector APIs.
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.
int prometheus_format_exposition(struct prometheus_collector *collector, char *buffer, size_t buffer_size)
Format exposition data for Prometheus.
Prometheus collector definition.
Definition collector.h:50
Type used to represent a Prometheus metric base.
Definition metric.h:47