994f843fe1
change capitalization of OpenStack Change-Id: I63a7969f1e006957b09acc4514cc9614beb97e02
47 lines
956 B
ReStructuredText
47 lines
956 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, Zuul and Jenkins (to name a few).
|
|
|
|
At a Glance
|
|
===========
|
|
|
|
:Hosts:
|
|
* http://grafana.openstack.org
|
|
:Puppet:
|
|
* https://github.com/bfraser/puppet-grafana
|
|
* :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.openstack.org
|
|
- access: direct
|