2019-04-16 03:01:43 -04:00
|
|
|
dashboard: 'Test Dashboard'
|
2019-04-17 09:00:27 -04:00
|
|
|
priority: 1
|
2019-04-16 03:01:43 -04:00
|
|
|
panel_groups:
|
|
|
|
- group: Group A
|
|
|
|
priority: 10
|
|
|
|
panels:
|
|
|
|
- title: "Super Chart A1"
|
|
|
|
type: "area-chart"
|
|
|
|
y_label: "y_label"
|
2019-04-16 11:37:47 -04:00
|
|
|
weight: 1
|
2019-04-16 03:01:43 -04:00
|
|
|
metrics:
|
|
|
|
- id: metric_a1
|
|
|
|
query_range: 'query'
|
|
|
|
unit: unit
|
|
|
|
label: Legend Label
|
|
|
|
- title: "Super Chart A2"
|
|
|
|
type: "area-chart"
|
|
|
|
y_label: "y_label"
|
2019-04-16 11:37:47 -04:00
|
|
|
weight: 2
|
2019-04-16 03:01:43 -04:00
|
|
|
metrics:
|
|
|
|
- id: metric_a2
|
|
|
|
query_range: 'query'
|
|
|
|
label: Legend Label
|
|
|
|
unit: unit
|
|
|
|
- group: Group B
|
|
|
|
priority: 1
|
|
|
|
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
|