Heracles/examples/example_dashboards.yaml

29 lines
852 B
YAML
Raw Normal View History

---
- title: Test Dasbboard 1
graphs:
- title: Node cpu
source: http://heimdall:9001
query: 'sum by (instance)(irate(node_cpu_seconds_total{mode="system",job="nodestats"}[5m])) * 100'
2024-02-11 19:08:15 -06:00
query_type: Range
span:
2024-02-14 19:45:28 -06:00
end: 2024-02-10T00:00:00.00Z
duration: 1d
step_duration: 1min
name_label: instance
- title: Test Dasbboard 2
2024-02-13 16:15:19 -06:00
span:
2024-02-14 19:45:28 -06:00
end: 2024-02-10T00:00:00.00Z
2024-02-13 16:15:19 -06:00
duration: 2d
step_duration: 1min
graphs:
- title: Node cpu
source: http://heimdall:9001
query: 'sum by (instance)(irate(node_cpu_seconds_total{mode="system",job="nodestats"}[5m])) * 100'
2024-02-11 19:08:15 -06:00
query_type: Range
name_label: instance
- title: Node memory
source: http://heimdall:9001
2024-02-11 19:08:15 -06:00
query: 'node_memory_MemFree_bytes{job="nodestats"}'
query_type: Scalar
name_label: instance