|
Asterisk - The Open Source Telephony Project
18.5.0
|
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. More... | |
| char | value [PROMETHEUS_MAX_LABEL_LENGTH] |
| The value of the label. More... | |
A label that further defines a metric.
Definition at line 154 of file res_prometheus.h.
| char name[PROMETHEUS_MAX_NAME_LENGTH] |
The name of the label.
Definition at line 158 of file res_prometheus.h.
Referenced by PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), prometheus_metric_cmp(), and prometheus_metric_full_to_string().
| char value[PROMETHEUS_MAX_LABEL_LENGTH] |
The value of the label.
Definition at line 162 of file res_prometheus.h.
Referenced by prometheus_metric_cmp(), and prometheus_metric_full_to_string().
1.8.13