services.telegraf.extraConfig
Extra configuration options for telegraf
- Type
TOML value- Default
{ }- Example
{ inputs = { statsd = { delete_timings = true; service_address = ":8125"; }; }; outputs = { influxdb = { database = "telegraf"; urls = [ "http://localhost:8086" ]; }; }; }- Declared
- <nixpkgs/nixos/modules/services/monitoring/telegraf.nix>