Skip to end of metadata
Go to start of metadata

StatsD client

This configuration documentation is for functionality provided by res_statsd.

Overview

The res_statsd module provides an API that allows Asterisk and its modules to send statistics to a StatsD server. It only provides a means to communicate with a StatsD server and does not send any metrics of its own.

An example module, res_chan_stats, is provided which uses the API exposed by this module to send channel statistics to the configured StatsD server.

More information about StatsD can be found at https://github.com/statsd/statsd

statsd.conf

global

Global configuration settings

Configuration Option Reference

Option Name

Type

Default Value

Regular Expression

Description

enabled

Boolean

no

false

Enable/disable the StatsD module

server

IP Address

127.0.0.1

false

Address of the StatsD server

prefix

String

 

false

Prefix to prepend to every metric

add_newline

Boolean

no

false

Append a newline to every event. This is useful if you want to fake out a server using netcat (nc -lu 8125)

meter_support

Boolean

yes

false

Enable/disable the non-standard StatsD Meter type, if disabled falls back to counter and will append a "_meter" suffix to the metric name

Import Version

This documentation was imported from Asterisk Version GIT-18-1e4ed61

  • No labels