diff --git a/docs/sources/installation/helm/reference.md b/docs/sources/installation/helm/reference.md index da46578cdb..e2f5509af5 100644 --- a/docs/sources/installation/helm/reference.md +++ b/docs/sources/installation/helm/reference.md @@ -2007,9 +2007,11 @@ true monitoring.dashboards.labels object - Additional labels for the dashboards ConfigMap + Labels for the dashboards ConfigMap
-{}
+{
+  "grafana_dashboard": "1"
+}
 
diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index b935ebba43..9d1f1bb0d7 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -510,8 +510,9 @@ monitoring: namespace: null # -- Additional annotations for the dashboards ConfigMap annotations: {} - # -- Additional labels for the dashboards ConfigMap - labels: {} + # -- Labels for the dashboards ConfigMap + labels: + grafana_dashboard: "1" # Recording rules for monitoring Loki, required for some dashboards rules: