Asterisk - The Open Source Telephony Project
18.5.0
|
Global configuration options for statsd client. More...
Data Fields | |
int | add_newline |
int | enabled |
char | prefix [MAX_PREFIX+1] |
struct ast_sockaddr | statsd_server |
Global configuration options for statsd client.
Definition at line 83 of file res_statsd.c.
int add_newline |
Disabled by default, appends newlines to all messages when enabled.
Definition at line 87 of file res_statsd.c.
Referenced by ast_statsd_log_string(), and load_module().
int enabled |
Enabled by default, disabled if false.
Definition at line 85 of file res_statsd.c.
Referenced by load_module().
char prefix[MAX_PREFIX+1] |
Prefix to put on every stat.
Definition at line 91 of file res_statsd.c.
Referenced by ast_statsd_log_string(), and load_module().
struct ast_sockaddr statsd_server |
Statsd server address[:port].
Definition at line 89 of file res_statsd.c.
Referenced by conf_server(), and load_module().