debian-mirror-gitlab/spec/fixtures/lib/gitlab/metrics/dashboard/sample_dashboard.yml

73 lines
1.7 KiB
YAML
Raw Normal View History

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'
2020-07-28 23:09:34 +05:30
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'
2019-07-31 22:56:46 +05:30
panel_groups:
2020-10-24 23:57:45 +05:30
- group: Group B
2019-07-31 22:56:46 +05:30
panels:
2020-10-24 23:57:45 +05:30
- title: "Super Chart B"
2019-07-31 22:56:46 +05:30
type: "area-chart"
y_label: "y_label"
metrics:
2020-10-24 23:57:45 +05:30
- id: metric_b
2019-07-31 22:56:46 +05:30
query_range: 'query'
unit: unit
label: Legend Label
2020-10-24 23:57:45 +05:30
- group: Group A
panels:
2019-07-31 22:56:46 +05:30
- title: "Super Chart A2"
type: "area-chart"
y_label: "y_label"
metrics:
- id: metric_a2
2020-10-24 23:57:45 +05:30
query_range: 2000
2019-07-31 22:56:46 +05:30
label: Legend Label
unit: unit
2020-10-24 23:57:45 +05:30
- title: "Super Chart A1"
2019-07-31 22:56:46 +05:30
type: "area-chart"
y_label: "y_label"
2020-10-24 23:57:45 +05:30
max_value: 1
2019-07-31 22:56:46 +05:30
metrics:
2020-10-24 23:57:45 +05:30
- id: metric_a1
query_range: |+
avg(
sum(
container_memory_usage_bytes{
container_name!="POD",
pod_name=~"^{{ci_environment_slug}}-(.*)",
namespace="{{kube_namespace}}"
}
) by (job)
) without (job)
/1024/1024/1024
2019-07-31 22:56:46 +05:30
unit: unit
label: Legend Label