charm-gnocchi/src
Frode Nordahl 55a9f6b07e Update series metadata
Ensure that EOL releases are removed from metadata
and tests, and that the current dev release is enabled
in metadata.  Dev release tests are enabled separately
because of chickens and eggs.

Change-Id: Idd527f75de70e43006ed6145b3599361e055e4c1
2019-04-05 07:55:03 +02:00
..
lib/charm/openstack Support for OpenStack Rocky 2018-08-17 06:35:46 +01:00
reactive Merge "Do not set gnocchi URL until clustering complete" 2018-03-02 09:54:56 +00:00
templates Drop wsgi thread configuration to a single thread 2018-11-30 09:57:40 +00:00
tests Run ceilometer-upgrade for all gnocchi tests 2019-02-07 07:12:29 +00:00
README.md Misc updates 2017-09-06 13:33:41 +01:00
copyright Initial charm version 2017-07-03 14:50:32 +01:00
icon.svg Update icon 2017-08-01 17:11:03 +01:00
layer.yaml Add repo key to layer definition 2017-08-02 10:20:33 +01:00
metadata.yaml Update series metadata 2019-04-05 07:55:03 +02:00
test-requirements.txt Replace ostestr with stestr in testing framework. 2019-03-07 17:11:26 -05:00
tox.ini Pass all CS_ vars to tox env to pickup timeout 2018-09-20 13:09:13 +00:00

README.md

Overview

Gnocchi is an open-source, multi-tenant timeseries, metrics and resources database. It provides an HTTP REST interface to create and manipulate the data. It is designed to store metrics at a very large scale while providing access to metrics and resources information and history.

Usage

Gnocchi is typically deployed as part of an OpenStack cloud, providing storage for Ceilometer, the telemetry collection service; To deploy Gnocchi to an existing OpenStack cloud (which includes ceilometer):

juju deploy gnocchi
juju deploy memcached
juju add-relation gnocchi mysql
juju add-relation gnocchi memcached
juju add-relation gnocchi keystone
juju add-relation gnocchi ceph-mon
juju add-relation gnocchi ceilometer

After re-configuration the Ceilometer API will be disabled - the Gnocchi REST API should be used to query information on resource, metrics and associated measures.