Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
conf_global_options Struct Reference

Global configuration options for statsd client. More...

Collaboration diagram for conf_global_options:
Collaboration graph
[legend]

Data Fields

int add_newline
 
int enabled
 
int meter_support
 
char prefix [MAX_PREFIX+1]
 
struct ast_sockaddr statsd_server
 

Detailed Description

Global configuration options for statsd client.

Definition at line 87 of file res_statsd.c.

Field Documentation

◆ add_newline

int add_newline

Disabled by default, appends newlines to all messages when enabled.

Definition at line 91 of file res_statsd.c.

Referenced by ast_statsd_log_string().

◆ enabled

int enabled

Enabled by default, disabled if false.

Definition at line 89 of file res_statsd.c.

◆ meter_support

int meter_support

Enabled support for non-standard Meter type by default, falls back to counter if disabled

Definition at line 97 of file res_statsd.c.

Referenced by ast_statsd_log_string().

◆ prefix

char prefix[MAX_PREFIX+1]

Prefix to put on every stat.

Definition at line 95 of file res_statsd.c.

Referenced by ast_statsd_log_string().

◆ statsd_server

struct ast_sockaddr statsd_server

Statsd server address[:port].

Definition at line 93 of file res_statsd.c.

Referenced by conf_server().


The documentation for this struct was generated from the following file: