RETIRED, A time series storage and resources index service.
Go to file
Julien Danjou 67f43a2f7e sqlalchemy: switch to new oslo.db facade
The SQLAlchemyIndexer is a class with methods, which is not the
standalone-function based calling style that the new enginefacade was designed
for; additionally, it does not use the global engine scope and instead has its
own, which is even disconnectable (do we need that?) So an interim
PerInstanceFacade object is produced locally which ideally should be replaced
with first-class patterns in oslo.db, supporting context on an methods with
"self" as well as supporting self-local transaction facades (if we really need
that?).

Change-Id: I4e60cca3434e4290145a6a38ce6f27a6c7b1d2be
Co-Authored-By: Mike Bayer <mike_mp@zzzcomputing.com>
2016-01-21 13:55:22 +01:00
devstack devstack: remove Ceilometer support 2016-01-18 15:31:48 +01:00
doc/source Merge "rest: add batch/measures support" 2016-01-20 17:46:51 +00:00
etc/gnocchi Do not enable Keystone by default 2016-01-14 18:05:34 +01:00
gnocchi sqlalchemy: switch to new oslo.db facade 2016-01-21 13:55:22 +01:00
tools perf tools: remove deprecated API 2015-06-15 14:29:52 +00:00
.gitignore Add dist to gitignore 2015-03-23 14:12:54 +01:00
.gitreview Update .gitreview for project rename 2015-03-28 00:20:35 +00:00
.testr.conf Base infrastructure to support gabbi tests 2015-02-18 16:06:12 +00:00
LICENSE Add missing License file 2015-05-15 14:37:04 -04:00
README.rst Make README points to main doc 2015-12-23 10:10:00 +01:00
requirements.txt Do not enable Keystone by default 2016-01-14 18:05:34 +01:00
run-tests.sh Use overtest to setup PostgreSQL and MySQL in tests 2016-01-11 13:21:54 +01:00
setup-influxdb-tests.sh influxdb: do not try to create a database 2016-01-19 13:40:11 +01:00
setup-test-env.sh Use overtest to setup PostgreSQL and MySQL in tests 2016-01-11 13:21:54 +01:00
setup.cfg Handle all resources type with one controller 2016-01-20 19:10:31 +01:00
setup.py Import 2014-05-07 12:04:37 +02:00
tox.ini Use overtest to setup PostgreSQL and MySQL in tests 2016-01-11 13:21:54 +01:00

Gnocchi Metric as a Service

image

Gnocchi is a 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 to operators and users.

Gnocchi is part of the OpenStack project. While Gnocchi has support for OpenStack, it is fully able to work stand-alone.

You can read the full documentation online at http://gnocchi.xyz.