Skip to content

voiceip/mod_statsd

 
 

Repository files navigation

FreeSWITCH StatsD module

Install this plugin to publish freeswitch metrics to a statsd endpoint. To enable just configure the statsd.conf.xml

<configuration name="statsd.conf" description="StatsD Configuration">
	<settings>
		<param name="host" value="127.0.0.1"/>
		<param name="port" value="8125"/>
		<param name="namespace" value="freeswitch"/>
	</settings>
 </configuration>

and enable autoloading of the module by adding the following entry in modules.conf.xml

 <load module="mod_statsd"/>

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.2%
  • Dockerfile 5.4%
  • Makefile 3.8%
  • Shell 3.6%