Asterisk - The Open Source Telephony Project GIT-master-b023714
Loading...
Searching...
No Matches
Data Fields
prometheus_label Struct Reference

A label that further defines a metric. More...

#include <res_prometheus.h>

Data Fields

char name [PROMETHEUS_MAX_NAME_LENGTH]
 The name of the label.
 
char value [PROMETHEUS_MAX_LABEL_LENGTH]
 The value of the label.
 

Detailed Description

A label that further defines a metric.

Definition at line 152 of file res_prometheus.h.

Field Documentation

◆ name

The name of the label.

Definition at line 156 of file res_prometheus.h.

Referenced by PathSegment::get_child(), SwaggerType::load(), prometheus_metric_cmp(), and prometheus_metric_full_to_string().

◆ value

The value of the label.

Definition at line 160 of file res_prometheus.h.

Referenced by prometheus_metric_cmp(), and prometheus_metric_full_to_string().


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