-
- Downloads
res_prometheus: Add Asterisk bridge metrics
This patch adds basic Asterisk bridge statistics to the res_prometheus module. This includes: * asterisk_bridges_count: The current number of bridges active on the system. * asterisk_bridges_channels_count: The number of channels active in a bridge. In all cases, enough information is provided with each bridge metric to determine a unique instance of Asterisk that provided the data, along with the technology, subclass, and creator of the bridge. ASTERISK-28403 Change-Id: Ie27417dd72c5bc7624eb2a7a6a8829d7551788dc
Showing
- res/prometheus/bridges.c 182 additions, 0 deletionsres/prometheus/bridges.c
- res/prometheus/endpoints.c 4 additions, 2 deletionsres/prometheus/endpoints.c
- res/prometheus/prometheus_internal.h 8 additions, 0 deletionsres/prometheus/prometheus_internal.h
- res/res_prometheus.c 3 additions, 1 deletionres/res_prometheus.c
Loading
Please register or sign in to comment