UNCLASSIFIED - NO CUI

Skip to content

Add support for toggling between loki dashboards by deployment strategy

Blair Bowden requested to merge loki-180/dashboard-toggle into main

General MR

Summary

Select between dashboard sets by modifying the values as such:

loki:
  enabled: true
  git:
    tag: null
    branch: "loki-180/dashboard-toggle"
  strategy: scalable
  values:
    istio:
      enabled: true
    monitoring:
      enabled: true
      dashboards:
# alternatively use distributed: true or monolith: true based on chosen deployment strategy
        scalable: true

or use the following as previously to enable all dashboards:

loki:
  enabled: true
  git:
    tag: null
    branch: "loki-180/dashboard-toggle"
  strategy: scalable
  values:
    istio:
      enabled: true
    monitoring:
      enabled: true
      dashboards:
        enabled: true

Relevant logs/screenshots

Screenshot_2024-07-17_at_4.20.16_PM

Linked Issue

issue

Upgrade Notices

N/A

Merge request reports