2019-07-31 22:56:46 +05:30
|
|
|
dashboard: 'Test Dashboard'
|
|
|
|
priority: 1
|
2020-06-23 00:09:42 +05:30
|
|
|
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'
|
2019-07-31 22:56:46 +05:30
|
|
|
panel_groups:
|
|
|
|
- group: Group A
|
|
|
|
priority: 1
|
|
|
|
panels:
|
|
|
|
- title: "Super Chart A1"
|
|
|
|
type: "area-chart"
|
|
|
|
y_label: "y_label"
|
|
|
|
weight: 1
|
2020-04-22 19:07:51 +05:30
|
|
|
max_value: 1
|
2019-07-31 22:56:46 +05:30
|
|
|
metrics:
|
|
|
|
- id: metric_a1
|
|
|
|
query_range: 'query'
|
|
|
|
unit: unit
|
|
|
|
label: Legend Label
|
|
|
|
- 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
|
|
|
|
- group: Group B
|
|
|
|
priority: 10
|
|
|
|
panels:
|
|
|
|
- title: "Super Chart B"
|
|
|
|
type: "area-chart"
|
|
|
|
y_label: "y_label"
|
|
|
|
weight: 1
|
|
|
|
metrics:
|
|
|
|
- id: metric_b
|
|
|
|
query_range: 'query'
|
|
|
|
unit: unit
|
|
|
|
label: Legend Label
|