Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dashboard_is_an_array.yml « dashboard « metrics « gitlab « lib « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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'