RETIRED, further work has moved to Debian project infrastructure
Go to file
gord chung 4ac9d53383 don't raise error if unaggregated empty
new lz4 library doesn't like handling empty binary. if we kill
agent during computation of aggregates, the unaggregated object
might have been created (in ceph/redis case) but it may not have saved
unaggregated measures leaving the object blank.

this patch returns None and let's workflow proceed as if new if
object is empty since in scenario above, the original raw measures
will not have been cleared from unprocessed so they will still be
processed again.

also, fixes redis issue where passing in None makes the redis actually
store 'None'.

Change-Id: I358e50ccadff721348630688c47544db6553e96b
Closes-Bug: #1676519
2017-03-28 15:43:21 +00:00
devstack devstack: Change URL of grafana plugin source. 2017-03-20 11:47:06 +01:00
doc/source storage: Add redis driver 2017-03-07 07:55:05 +01:00
gnocchi don't raise error if unaggregated empty 2017-03-28 15:43:21 +00:00
releasenotes/notes Merge "indexer: remove Ceilometer legacy resources" 2017-03-13 20:21:30 +00: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 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
bindep.txt storage: Add redis driver 2017-03-07 07:55:05 +01: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 doc: various update and add architecture diagram 2017-02-07 19:26:17 +01:00
requirements.txt Move msgpack to global requirements 2017-03-01 16:26:46 +01:00
run-tests.sh storage: Add redis driver 2017-03-07 07:55:05 +01:00
run-upgrade-tests.sh Test upgrade from 3.1 instead of 3.0 2017-03-07 15:02:52 +01:00
setup.cfg carbonara: use lz4 0.9.0 new interfaces 2017-03-13 15:47:52 +01:00
setup.py Import 2014-05-07 12:04:37 +02:00
tox.ini Merge "storage: Add redis driver" 2017-03-09 04:42:13 +00: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 and history.

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