|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Data Fields | |
| void(*const | get_value )(struct prometheus_metric *metric, struct ast_endpoint_snapshot *snapshot) |
| Callback function to generate a metric value for a given endpoint. | |
| const char * | help |
| Help text to display. | |
| const char * | name |
| Name of the metric. | |
Definition at line 65 of file res/prometheus/endpoints.c.
| void(*const get_value) (struct prometheus_metric *metric, struct ast_endpoint_snapshot *snapshot) |
Callback function to generate a metric value for a given endpoint.
Definition at line 77 of file res/prometheus/endpoints.c.
Referenced by endpoints_scrape_cb().
| const char* help |
Help text to display.
Definition at line 69 of file res/prometheus/endpoints.c.
Referenced by endpoints_scrape_cb().
| const char* name |
Name of the metric.
Definition at line 73 of file res/prometheus/endpoints.c.
Referenced by PathSegment::get_child(), and SwaggerType::load().