MyNixOS website logo
option

services.prometheus.exporters.rspamd.extraLabels

Set of labels added to each metric.

Declarations
Type
attribute set of string
Default
{ host = config.networking.hostName; }
Example
{
  host = config.networking.hostName;
  custom_label = "some_value";
}