services.graphite.carbon.relayRules

NixOS option

Relay rules are used to send certain metrics to a certain backend.

type: null or string
Default
null
Example
''
  [example]
  pattern = ^mydata\.foo\..+
  servers = 10.1.2.3, 10.1.2.4:2004, myserver.mydomain.com
''
declared in: nixos/modules/services/monitoring/graphite.nixView source on NixOS/nixpkgs →