Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
prometheus_label Struct Reference

Prometheus label definition. More...

#include <label.h>

Data Fields

const char * key
 Prometheus metric label key.
const char * value
 Prometheus metric label value.

Detailed Description

Prometheus label definition.

This structure defines a Prometheus label.

Field Documentation

◆ key

const char* prometheus_label::key

Prometheus metric label key.

◆ value

const char* prometheus_label::value

Prometheus metric label value.


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