RETIRED, A time series storage and resources index service.
Go to file
Chris Dent 262e8454f9 Don't allow duplicate timestamps in carbonara series
If the calling code provides timestamp/value pairs with duplicate
timestamps pandas will raise a ValueError when trying to operate on the
index of the data set. We avoid this problem by removing duplicates in
the timeseries. The assumption being made here is that some single
metric can't have two different measurements at the same time, that's a
violation of physics.

The change is in place for both __init__ and set_values to insure
that the internal representation of the timeseries is consistent no
matter how it is created.

Change-Id: Ib293714e26eca6b5de7cd4a2307569ab3d8a9c43
Closes-Bug: #1475329
2015-07-21 17:38:05 +00:00
devstack Merge "In devstack use our own install redis command" 2015-07-17 12:54:46 +00:00
doc/source Introduce gnocchi-metricd 2015-06-15 17:57:45 +00:00
etc/gnocchi Remove ceilometer dispatcher 2015-07-15 13:25:05 +02:00
gnocchi Don't allow duplicate timestamps in carbonara series 2015-07-21 17:38:05 +00: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 Create a project long description in README file. 2015-04-30 12:48:32 +02:00
generate-config-file.sh Generate configuration file in default tox target 2015-04-28 17:21:34 +02:00
requirements-py3.txt Update pytimeparse to 1.1.5 2015-07-01 16:23:27 +02:00
requirements.txt Update pytimeparse to 1.1.5 2015-07-01 16:23:27 +02:00
run-tests.sh tests: drop testscenarios usage for storage 2015-03-26 19:52:18 +01:00
setup-mysql-tests.sh Use indexer RDBMS as tooz coordinators 2015-06-15 16:38:06 +02:00
setup-postgresql-tests.sh Use a more unique postgresql port 2015-06-19 13:43:46 +00:00
setup.cfg Remove ceilometer dispatcher 2015-07-15 13:25:05 +02:00
setup.py Import 2014-05-07 12:04:37 +02:00
test-requirements-py3.txt Ensure location header urls account for script_name 2015-06-25 09:00:48 +00:00
test-requirements.txt Ensure location header urls account for script_name 2015-06-25 09:00:48 +00:00
tox.ini Ensure live gabbi tests run in gate 2015-06-24 12:22:17 +01:00

README.rst

Gnocchi

Gnocchi is a service for managing a set of resources and storing metrics about them, in a scalable and resilient way. Its functionalities are exposed over an HTTP REST API.

There is a more consistent presentation of Gnocchi:

https://julien.danjou.info/blog/2015/openstack-gnocchi-first-release

And online documentation:

http://docs.openstack.org/developer/gnocchi/

Your are invited to file bug reports (if you find bugs) in the bug tracker, available at:

http://bugs.launchpad.net/gnocchi