|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
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. | |
A label that further defines a metric.
Definition at line 152 of file res_prometheus.h.
| char name[PROMETHEUS_MAX_NAME_LENGTH] |
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().
| char value[PROMETHEUS_MAX_LABEL_LENGTH] |
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().