Statsd
services.statsd.backends
List of backends statsd will use for data persistence
Type: list of string
Default
[ ]
Example
["graphite""console""repeater""statsd-librato-backend""stackdriver-statsd-backend""statsd-influxdb-backend"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/statsd.nix
services.statsd.enable
Whether to enable statsd.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/statsd.nix
services.statsd.extraConfig
Extra configuration options for statsd
Type: null or string
Default
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/statsd.nix
services.statsd.graphiteHost
Hostname or IP of Graphite server
Type: null or string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/statsd.nix
services.statsd.graphitePort
Port of Graphite server (i.e. carbon-cache).
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/statsd.nix
services.statsd.listenAddress
Address that statsd listens on over UDP
Type: string
Default
"127.0.0.1"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/statsd.nix
services.statsd.mgmt_address
Address to run management TCP interface on
Type: string
Default
"127.0.0.1"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/statsd.nix
services.statsd.mgmt_port
Port to run the management TCP interface on
Type: signed integer
Default
8126
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/statsd.nix
services.statsd.port
Port that stats listens for messages on over UDP
Type: signed integer
Default
8125
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/statsd.nix