services.prometheus.exporters.rspamd.extraLabels

Set of labels added to each metric.

Type
attribute set of string
Default
{ host = config.networking.hostName; }
Example
{
  host = config.networking.hostName;
  custom_label = "some_value";
}
Declared
<nixpkgs/nixos/modules/services/monitoring/prometheus/exporters.nix>