RETIRED, further work has moved to Debian project infrastructure
Go to file
gordon chung 3bdfaeb67e resample only data affected by new measures
currently, we are passing in the full unaggregated timeserie
when we update each of the aggregates for each granularity.
this is incorrect as the unaggregated timeserie corresponds to the
largest granularity of the metric. this means that for smaller
granularities, we are updating and resampling points that are already
aggregated and not affected by new incoming measures.

Change-Id: I687c2a18b332494f5c5cb7fdfe6f2b3d1e8de804
Closes-Bug: #1562820
2016-03-30 21:11:24 -04:00
devstack Merge "Don't create Ceilometer resource types by default." 2016-03-30 16:36:46 +00:00
doc/source Merge "Implements resource attribute bool" 2016-03-29 15:07:22 +00:00
etc/gnocchi Implements resource type CRUD. 2016-03-23 09:03:55 +01:00
gnocchi resample only data affected by new measures 2016-03-30 21:11:24 -04:00
tools tools: Add tools to quickly add measurements 2016-03-22 09:16:35 +01: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
MANIFEST.in Generate configuration file in sdist 2016-01-19 16:27:35 +01:00
README.rst Make the content of PKG-INFO can be decoded 2016-03-07 14:38:06 +08:00
gnocchi-config-generator.conf Generate configuration file in sdist 2016-01-19 16:27:35 +01:00
requirements.txt Don't require trollius on Python 3.4 and newer 2016-02-05 15:01:50 +01:00
run-tests.sh Use overtest to setup InfluxDB 2016-01-21 11:10:27 +01:00
setup-test-env.sh InfluxDB: drop support 2016-03-24 17:44:25 +01:00
setup.cfg Merge "Move legacy Ceilometer resource into indexer." 2016-03-29 19:53:25 +00:00
setup.py Import 2014-05-07 12:04:37 +02:00
tox.ini InfluxDB: drop support 2016-03-24 17:44:25 +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.