219a5122fd
This patch adds the support for using Prometheus with Grafana and Collectd. Automated the most panels within the openstack system performance dashboad. To test it: $ansible-playbook -i hosts install/grafana-prometheus-dashboards.yml And make sure add grafana-api-key in the group_vars/all.yml Co-authored-by: Asma Syed Hameed <asyedham@redhat.com> Co-authored-by: Sai Sindhur Malleni <smalleni@redhat.com> Change-Id: Icb9fa058324165c0d304dc1dcf2dd843662307cf
17 lines
469 B
YAML
17 lines
469 B
YAML
---
|
|
# Builds and Uploads Dashboards for Browbeat analysis of System Performance Metrics
|
|
# Templated General Dashboards (Ex. OpenStack General System Performance)
|
|
|
|
- hosts: localhost
|
|
gather_facts: false
|
|
vars:
|
|
ansible_connection: local
|
|
upload_general: true
|
|
general_dashboards:
|
|
- template_name: openstack
|
|
template_node_type: "*"
|
|
process_list_name: OpenStack
|
|
roles:
|
|
- grafana-prometheus-dashboards
|
|
environment: "{{proxy_env}}"
|