| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| Data Fields | |
| void(*const | get_value )(struct prometheus_metric *metric, struct ast_channel_snapshot *snapshot) | 
| Callback function to generate a metric value for a given channel. | |
| const char * | help | 
| Help text to display. | |
| const char * | name | 
| Name of the metric. | |
Definition at line 69 of file channels.c.
| void(*const get_value) (struct prometheus_metric *metric, struct ast_channel_snapshot *snapshot) | 
Callback function to generate a metric value for a given channel.
Definition at line 81 of file channels.c.
Referenced by channels_scrape_cb().
| const char* help | 
| const char* name | 
Name of the metric.
Definition at line 77 of file channels.c.
Referenced by PathSegment::get_child(), and SwaggerType::load().