- May 27, 2019
-
-
gord chung authored
fix gendoc
-
gord chung authored
gendoc throws: `AttributeError: 'Sphinx' object has no attribute 'info'` use logging provided by sphinx.util (not sure why it's using sphinx logger but meh)
-
- Feb 21, 2019
-
-
gord chung authored
don't fail everything if one group missing metric
-
- Feb 15, 2019
-
-
Mehdi Abaakouk authored
Old aggregate API was allowing rate:XXX format for rateofchange aggregation. This change restores it since we use the new internal API. Closes: #1016
-
- Feb 06, 2019
-
-
gord chung authored
it's possible that not all groups will contain a specific metric. rather than fail, return the groups that do have the matching metric. only if all groups don't have matching metrics, should we fail. Fixes: #1013
-
- Jan 29, 2019
-
-
Julien Danjou authored
-
- Nov 27, 2018
-
-
Nagasai Vinaykumar Kapalavai authored
-
- Oct 27, 2018
-
-
Julien Danjou authored
-
- Oct 26, 2018
-
-
gord chung authored
catch and carry on. Closes: #996
-
- Oct 24, 2018
-
-
gord chung authored
the REST output seems to be clashing with the formatting of previous element. remove the formatting and move the REST output above.
-
- Oct 22, 2018
-
-
yunshi authored
The error detail looks like: { 'cause': 'Invalid input', 'reason': 'boulet', 'detail': ['field'], } Note: Voluptuous prints `r` before data path for str(voluptuous.Invalid) in Python2. To simplify tests in Python2 and Python3, the error reasons are checked by regex.
-
- Oct 05, 2018
-
-
Julien Danjou authored
This extension does not work anymore and is not maintained upstream.
-
Julien Danjou authored
Fixes #953
-
Mathias Laurin authored
The description of the project is currently not rendered on Pypi. Instead, Pypi shows raw rst. Checking the page with "readme_renderer" reports "undefined substitutions" for "time series" and "aggregates". This patch adds a before_deploy section to .travis.yml that uses sed to remove matching pairs of pipes from the README. The resulting README was tested again with the readme renderer. See Also: https://pypi.org/project/readme_renderer/
-
- Sep 29, 2018
-
-
Mehdi Abaakouk authored
Closes #980
-
- Sep 11, 2018
-
-
Vladyslav Drok authored
The high archive policy created by default contains three different granularity definitions - 1 second, 1 hour and one day. For such metrics the split computation has been done incorrectly as it was using oldest keys not taking into account those keys granularity. It caused TypeErrors when comparing two SplitKeys with different granularities. closes: gnocchixyz/gnocchi#959
-
Vladyslav Drok authored
Change-Id: I9747a9bc9f9adea61bb6bcca571aa90c473172d5
-
- Sep 10, 2018
-
-
Julien Danjou authored
Fixes #966
-
Julien Danjou authored
This is needed by reno. docs-gnocchi.xyz job does not work see #953
-
- Sep 04, 2018
-
-
Mehdi Abaakouk authored
-
Julien Danjou authored
This reverts commit 88bfa6fe which was merged into master by mistake.
-
- Aug 29, 2018
-
-
Mehdi Abaakouk authored
Currently we have some case where `python setup.py --version` add `+nnone` to the local version. Since we don't care of the local part just throw it.
-
- Aug 23, 2018
-
-
Nagasai Vinaykumar Kapalavai authored
-
Nagasai Vinaykumar Kapalavai authored
-
- Aug 06, 2018
-
-
Mehdi Abaakouk authored
-
- Aug 01, 2018
-
-
Mehdi Abaakouk authored
-
Julien Danjou authored
-
- Jul 31, 2018
-
-
Julien Danjou authored
-
Mehdi Abaakouk authored
-
- Jul 30, 2018
-
-
Mehdi Abaakouk authored
This enables gnocchi-amqp daemon. Which listens to metrics from collectd amqp1 write plugin.
-
- Jul 27, 2018
-
-
Julien Danjou authored
This is specific to the REST API.
-
Julien Danjou authored
This is very specific to the API
-
Julien Danjou authored
-
- Jul 26, 2018
-
-
Julien Danjou authored
This from the old Zuul gate.
-
- Jul 24, 2018
-
-
Mehdi Abaakouk authored
-
Julien Danjou authored
-
- Jul 20, 2018
-
-
Mehdi Abaakouk authored
Regex must start be ^ now.
-
- Jul 17, 2018
-
-
Mehdi Abaakouk authored
-
Julien Danjou authored
The iteration over the results was wrongly computed and did not return data for the second metric and following.
-
- Jul 03, 2018
-
-
gordon chung authored
incoming data isn't that large but if we don't need to build a list why build it.
-