Asterisk - The Open Source Telephony Project GIT-master-8f1982c
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
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 106 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 110 of file res_statsd.c.

Referenced by ast_statsd_log_string().

◆ enabled

int enabled

Enabled by default, disabled if false.

Definition at line 108 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 116 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 114 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 112 of file res_statsd.c.

Referenced by conf_server().


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