RETIRED, further work has moved to Debian project infrastructure
Go to file
Julien Danjou 89c9170731 Use NULL as creator in ResourceUUID conversion
In older versions of Gnocchi, the creator could be null. It's unlikely now as
all auth helper returns a string as creator, but it's still possible in theory.
This patch uses the NULL string as the creator is it's None (so NULL in SQL).

Change-Id: Id1faa16512b995fa2cd24ca4bed7912934cb5aad
Closes-Bug: #1684246
(cherry picked from commit 75e4206731)
2017-04-21 07:19:27 +00:00
devstack devstack: Allow to change the processing delay 2017-04-10 20:24:11 +00:00
doc/source Merge "doc: move devstack at the end" 2017-01-28 03:01:23 +00:00
gnocchi Use NULL as creator in ResourceUUID conversion 2017-04-21 07:19:27 +00:00
releasenotes/notes rest: string → UUID conversion for resource.id to be unique per user 2017-01-31 19:36:52 +01:00
tools tools: make measure injector works without gnocchiclient 2017-02-01 18:08:19 +01:00
.gitignore Enable releasenotes documentation 2016-05-26 09:34:33 +00:00
.gitreview Update .gitreview for stable/3.1 2017-02-02 18:45:04 +00:00
.testr.conf Adjust testr group_regex to not group on 'prefix' 2017-01-02 14:15:45 +00:00
LICENSE Add missing License file 2015-05-15 14:37:04 -04:00
MANIFEST.in Revert "Remove the file named MANIFEST.in" 2016-10-11 12:26:44 +02:00
README.rst Make the content of PKG-INFO can be decoded 2016-03-07 14:38:06 +08:00
bindep.txt Add simple upgrade tests 2016-09-22 09:11:27 +02:00
requirements.txt Revert "block pbr 2.1.0" 2017-04-19 12:40:44 +00:00
run-tests.sh run-tests: use case rather than if/elif/else 2017-01-03 14:07:19 +01:00
run-upgrade-tests.sh Merge "rest: string → UUID conversion for resource.id to be unique per user" 2017-02-02 14:26:47 +00:00
setup.cfg Limit lz4 to <0.9.0 2017-03-17 11:27:30 +01:00
setup.py Import 2014-05-07 12:04:37 +02:00
tox.ini Remove non-existent -all suffix in tox targets 2017-01-20 16:57:12 +01:00

README.rst

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.