summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/gitlab/metrics/dashboard/dashboard_is_an_array.yml
blob: 7627592553ed1caea226f2e472724e9ccbb885d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- dashboard: 'Test Dashboard'
  panel_groups:
    - group: Group A
      panels:
      - title: "Super Chart A2"
        type: "area-chart"
        y_label: "y_label"
        weight: 2
        metrics:
          - id: metric_a2
            query_range: 'query'
            label: Legend Label
            unit: unit
- dashboard: 'second entry'