Zephyr API Documentation
4.0.0-rc3
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
formatter.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 Mustafa Abdullah Kus, Sparse Technology
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_PROMETHEUS_FORMATTER_H_
8
#define ZEPHYR_INCLUDE_PROMETHEUS_FORMATTER_H_
9
19
#include <
zephyr/net/prometheus/collector.h
>
20
33
int
prometheus_format_exposition
(
const
struct
prometheus_collector
*collector,
char
*buffer,
34
size_t
buffer_size);
35
40
#endif
/* ZEPHYR_INCLUDE_PROMETHEUS_FORMATTER_H_ */
collector.h
Prometheus collector APIs.
prometheus_format_exposition
int prometheus_format_exposition(const struct prometheus_collector *collector, char *buffer, size_t buffer_size)
Format exposition data for Prometheus.
prometheus_collector
Prometheus collector definition.
Definition
collector.h:32
zephyr
net
prometheus
formatter.h
Generated on Thu Nov 14 2024 00:03:57 for Zephyr API Documentation by
1.12.0