Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
prometheus_collector Struct Reference

Prometheus collector definition. More...

#include <collector.h>

Data Fields

const char * name
 Name of the collector.
 
struct prometheus_metricmetric [CONFIG_PROMETHEUS_MAX_METRICS]
 Array of metrics associated with the collector.
 
size_t size
 Number of metrics associated with the collector.
 

Detailed Description

Prometheus collector definition.

This structure defines a Prometheus collector.

Field Documentation

◆ metric

struct prometheus_metric* prometheus_collector::metric[CONFIG_PROMETHEUS_MAX_METRICS]

Array of metrics associated with the collector.

◆ name

const char* prometheus_collector::name

Name of the collector.

◆ size

size_t prometheus_collector::size

Number of metrics associated with the collector.


The documentation for this struct was generated from the following file: