RETIRED, A time series storage and resources index service.
Go to file
Mehdi Abaakouk 5f580161cb allow required=True when patching resource type
We have currently two limitations about resource type update.

* We cannot set required=True on a new attribute
* We cannot update a attribute

This change introduces the notion of 'options' for the description of
a new attribute or an attribute to update.

And implements the first item on top of this "option".

The option added is 'fill' to known to fill all row of existing
resources with a default value.
And 'fill' is required if 'required' is set to allow new
attribute with required=True.

Change-Id: If0bd609ed586b6fbe4fe7877ece237e55baa7d45
2017-01-25 07:34:48 +01:00
devstack Add gnocchi-config-generator 2017-01-11 19:13:41 +01:00
doc/source allow required=True when patching resource type 2017-01-25 07:34:48 +01:00
gnocchi allow required=True when patching resource type 2017-01-25 07:34:48 +01:00
releasenotes/notes allow required=True when patching resource type 2017-01-25 07:34:48 +01:00
tools tools: import a small tools to compute size of archive policies 2017-01-03 14:40:07 +01:00
.gitignore Enable releasenotes documentation 2016-05-26 09:34:33 +00:00
.gitreview Update .gitreview for project rename 2015-03-28 00:20:35 +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 Update Pandas requirements to 0.18 2017-01-23 16:20:42 +01: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 Remove workaround to upgrade from 2.2.0 2017-01-18 16:29:44 +01:00
setup.cfg Merge "Introduce "basic" authentication mechanism" 2017-01-16 14:06:08 +00: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.