Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 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(), Parameter::load(), Property::load(), 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().