github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/production/promtail-mixin/config.libsonnet (about) 1 { 2 _config+:: { 3 // Tags for dashboards. 4 tags: ['loki'], 5 6 // The label used to differentiate between different clusters. 7 per_cluster_label: 'cluster', 8 }, 9 }