|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Global configuration options for statsd client. More...

Data Fields | |
| int | add_newline |
| int | enabled |
| int | meter_support |
| char | prefix [MAX_PREFIX+1] |
| struct ast_sockaddr | statsd_server |
Global configuration options for statsd client.
Definition at line 106 of file res_statsd.c.
| int add_newline |
Disabled by default, appends newlines to all messages when enabled.
Definition at line 110 of file res_statsd.c.
Referenced by ast_statsd_log_string().
| int enabled |
Enabled by default, disabled if false.
Definition at line 108 of file res_statsd.c.
| int meter_support |
Enabled support for non-standard Meter type by default, falls back to counter if disabled
Definition at line 116 of file res_statsd.c.
Referenced by ast_statsd_log_string().
| char prefix[MAX_PREFIX+1] |
Prefix to put on every stat.
Definition at line 114 of file res_statsd.c.
Referenced by ast_statsd_log_string().
| struct ast_sockaddr statsd_server |
Statsd server address[:port].
Definition at line 112 of file res_statsd.c.
Referenced by conf_server().