|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Data Fields | |
| void(*const | get_value )(struct prometheus_metric *metric, struct ast_bridge_snapshot *snapshot) |
| Callback function to generate a metric value for a given bridge. | |
| const char * | help |
| Help text to display. | |
| const char * | name |
| Name of the metric. | |
| void(*const get_value) (struct prometheus_metric *metric, struct ast_bridge_snapshot *snapshot) |
Callback function to generate a metric value for a given bridge.
Definition at line 63 of file bridges.c.
Referenced by bridges_scrape_cb().
| const char* help |
| const char* name |
Name of the metric.
Definition at line 59 of file bridges.c.
Referenced by PathSegment::get_child(), and SwaggerType::load().