Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
char | key [128] |
Unique key to look up the metric. More... | |
struct prometheus_metric * | metric |
The actual metric. Worth noting that we do NOT own the metric, as it is registered with res_prometheus. Luckily, that module doesn't destroy metrics unless we tell it to or if the module unloads. More... | |
Definition at line 53 of file pjsip_outbound_registrations.c.
char key[128] |
Unique key to look up the metric.
Definition at line 64 of file pjsip_outbound_registrations.c.
Referenced by AST_VECTOR(), get_wrapper(), registration_deleted_observer(), and registration_loaded_observer().
struct prometheus_metric* metric |
The actual metric. Worth noting that we do NOT own the metric, as it is registered with res_prometheus. Luckily, that module doesn't destroy metrics unless we tell it to or if the module unloads.
Definition at line 60 of file pjsip_outbound_registrations.c.
Referenced by registration_deleted_observer(), registration_loaded_observer(), and registry_message_cb().