MyNixOS website logo
option

services.prometheus.exporters.nginx.constLabels

A list of constant labels that will be used in every metric.

Declarations
Type
list of string
Default
[ ]
Example
[
  "label1=value1"
  "label2=value2"
]