Zephyr API Documentation 4.0.0-rc3
A Scalable Open Source RTOS
|
Prometheus collector APIs. More...
#include <zephyr/sys/iterable_sections.h>
#include <zephyr/net/prometheus/metric.h>
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
struct | prometheus_collector |
Prometheus collector definition. More... | |
Macros | |
#define | PROMETHEUS_COLLECTOR_DEFINE(_name) |
Prometheus Collector definition. | |
Functions | |
int | prometheus_collector_register_metric (struct prometheus_collector *collector, struct prometheus_metric *metric) |
Register a metric with a Prometheus collector. | |
const void * | prometheus_collector_get_metric (const struct prometheus_collector *collector, const char *name) |
Get a metric from a Prometheus collector. | |
Prometheus collector APIs.