kamailio_exporter icon indicating copy to clipboard operation
kamailio_exporter copied to clipboard

Prometheus exporter for Kamailio SIP server

Results 9 kamailio_exporter issues
Sort by recently updated
recently updated
newest added

This is how i addressed #30 As i mentioned, it is by far not perfect, but it fixes the broken shmmem stats at least..

Hi there, first let me say, awesome project!! :) While playing with the Dockerimage i found that the metrics from core.shmmem are not exported correclty.. They were '0' all the...

Hi there, Not an issue - more a question/request. We are using this exporter (thank you by the way, its great) and we are looking to graph this in Grafana...

fix c.url.Host empty error

Hi, I'm running this exporter as a container next to our kamailio container on AWS and it looks like the the timeout is not respected. For example: ![image](https://user-images.githubusercontent.com/42982782/150212586-5c2afb5f-5da0-4833-bb37-78fc33d10e4c.png) Results in...

This PR adds the ability to export the status of DMQ nodes. curl localhost:9494/metrics | grep dmq HELP kamailio_dmq_list_nodes_dmq DMQ peer Status TYPE kamailio_dmq_list_nodes_dmq gauge kamailio_dmq_list_nodes_dmq{host="1.1.1.1",status="active"} 1 kamailio_dmq_list_nodes_dmq{host="1.1.1.2",status="pending"} 1

Hi, This may be more education than an issue, but how can we see custom stats? We set some stats with this config: ``` event_route[dispatcher:dst-down] { xlog("L_ERR", "message=DestinationDown method=$rm dest=$ru...

Hi, would it be possible to add rpc methods which need parameters? Adding methods without parameters is quite easy but I'm not sure how I should proceed (I suppose some...

enhancement

Hi and thanks for this great exporter. It would be very nice if we could have the amount of errors/warnings/criticals that kamailio had output to syslog. I will try to...

enhancement