browbeat/ansible/install/roles/grafana-dashboards/templates/cloud_gnocchi_status.yaml.j2

22 lines
436 B
Django/Jinja

#jinja2:lstrip_blocks: True
---
dashboard:
title: Cloud Gnocchi Status
templating:
- name: Cloud
query: "*"
refresh: true
type: query
- name: Node
query: "$Cloud.*"
refresh: true
type: query
time:
from: now-1h
to: now
rows:
{% include 'partials/description.yaml' %}
{% set partial_panel = {'collapse': 'false'} %}
{% include 'partials/gnocchi_backlog.yaml.j2' %}