florentchauveau / kamailio_exporter

Prometheus exporter for Kamailio SIP server
MIT License
57 stars 19 forks source link

Add support for dlg.stats_active #17

Closed faizann closed 4 years ago

faizann commented 4 years ago

We would like to have support for metrics exposed for active dialogs.

> kamcmd dlg.stats_active
{
    starting: 152
    connecting: 674
    answering: 0
    ongoing: 512
    all: 1338
}
faizann commented 4 years ago

Fixed with https://github.com/florentchauveau/kamailio_exporter/pull/18