Open-source eBPF SIP/RTP metrics for Asterisk: Prometheus, VictoriaMetrics and Grafana

Hi,

I’m developing sip-exporter, an open-source Linux sensor that exports IPv4/UDP SIP and SDP-correlated RTP/RTCP metrics in Prometheus format. They can be collected by Prometheus or
VictoriaMetrics and visualized in Grafana.

It provides SIP response and RFC 6076 metrics, RTP loss, jitter, PDV, estimated MOS, RTCP statistics, registrations and fraud signals.

The included Grafana example contains 83 panels organized into 11 sections. The complete screenshot gallery is available in the repository:

sip-exporter stores no packets or audio. Current limitations include privileged Linux, IPv4/UDP only and sensor-visible rather than guaranteed end-to-end QoE.

GitHub: GitHub - aibudaevv/sip-exporter: Open-source eBPF sensor for IPv4/UDP SIP and correlated RTP/RTCP metrics in Prometheus and Grafana. Support: https://github.com/aibudaevv/sip-exporter/issues · GitHub

Feedback from Asterisk operators about deployment topology, useful metrics and missing integrations is welcome.