services.graphite.carbon.relayRules
NixOS option
Relay rules are used to send certain metrics to a certain backend.
type: null or stringDefault
null
Example
declared in: nixos/modules/services/monitoring/graphite.nixView source on NixOS/nixpkgs →'' [example] pattern = ^mydata\.foo\..+ servers = 10.1.2.3, 10.1.2.4:2004, myserver.mydomain.com ''