Commit 03de62c2 authored by Stan Hu's avatar Stan Hu

Merge branch 'jivanvl-add-non-k8s-area-example' into 'master'

Add non k8s area chart template

See merge request gitlab-org/gitlab!38359
parents 2c1f5be1 fd38e011
# Only one dashboard should be defined per file
# More info: https://docs.gitlab.com/ee/operations/metrics/dashboards/yaml.html
dashboard: 'Area Panel Example'
# For more information about the required properties of panel_groups
# please visit: https://docs.gitlab.com/ee/operations/metrics/dashboards/yaml.html#panel-group-panel_groups-properties
panel_groups:
- group: 'Server Statistics'
panels:
- title: Average amount of time spent by the CPU
type: area-chart
metrics:
- query_range: 'rate(node_cpu_seconds_total[15m])'
unit: 'Seconds'
label: "Time in Seconds"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment