2acfc176b0
The server has been removed, remove it from inventory. While we're here, s/graphite.openstack.org/graphite.opendev.org/' ... it's a CNAME redirect but we might as well clean up. Change-Id: I36c951c85316cd65dde748b1e50ffa2e058c9a88
47 lines
949 B
ReStructuredText
47 lines
949 B
ReStructuredText
:title: Grafana
|
|
|
|
.. _grafana:
|
|
|
|
Grafana
|
|
#######
|
|
|
|
Grafana is an open source, feature rich metrics dashboard and graph editor for
|
|
Graphite, InfluxDB & OpenTSDB. OpenStack runs Graphite which stores all the
|
|
metrics related to Nodepool and Zuul (to name a few).
|
|
|
|
At a Glance
|
|
===========
|
|
|
|
:Hosts:
|
|
* http://grafana.openstack.org
|
|
:Puppet:
|
|
* https://github.com/bfraser/puppet-grafana
|
|
* :git_file:`modules/openstack_project/manifests/grafana.pp`
|
|
:Projects:
|
|
* http://grafana.org
|
|
:Bugs:
|
|
* https://storyboard.openstack.org/#!/project/748
|
|
|
|
Overview
|
|
========
|
|
|
|
Apache is configured as a reverse proxy and there is a MySQL database
|
|
backend.
|
|
|
|
|
|
Sysadmin
|
|
========
|
|
|
|
After bringing up a Grafana node with puppet, log in and configure Grafana by
|
|
hand:
|
|
|
|
#. Log in as the admin user.
|
|
|
|
#. Under 'Data Sources', add a new entry with following:
|
|
|
|
- name: OpenStack
|
|
- type: Graphite
|
|
- default: checked
|
|
- url: http://graphite.opendev.org
|
|
- access: direct
|