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

dashboard_missing_panel_groups.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: 6f9e22c3212c7886fa0e9d1a97363bf850e0f88c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
dashboard: 'Test Dashboard'
priority: 1
links:
  - title: Link 1
    url: https://gitlab.com
  - title: Link 2
    url: https://docs.gitlab.com
templating:
  variables:
    text_variable_full_syntax:
      label: 'Variable 1'
      type: text
      options:
        default_value: 'default'
    text_variable_simple_syntax: 'default value'
    custom_variable_simple_syntax: ['value1', 'value2', 'value3']
    custom_variable_full_syntax:
      label: 'Variable 2'
      type: custom
      options:
        values:
          - value: 'value option 1'
            text: 'Option 1'
          - value: 'value_option_2'
            text: 'Option 2'
            default: true
    metric_label_values_variable:
      label: 'Variable 3'
      type: metric_label_values
      options:
        series_selector: 'backend:haproxy_backend_availability:ratio{env="{{env}}"}'
        label: 'backend'