mirror of
https://github.com/slackhq/nebula.git
synced 2026-02-14 08:44:24 +01:00
This changes lets you define static Prometheus labels in the config.
This can be useful for tagging your stats with the custom labels you
need for your environment.
stats:
type: prometheus
labels:
myLabelOne: value1
myLabelTwo: value2