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

broken_yml_syntax.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: d551ad2dcdbb216bdae5357a6494231a7d63fc12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
dashboard: 'Test Dashboard'
 panel_groups:
  - group: Group B
    panels:
      - title: "Super Chart B"
        type: "area-chart"
        y_label: "y_label"
        metrics:
          - id: metric_b
            query_range: 'query'
            unit: unit
            label: Legend Label
- group: Group A