Julien Danjou

Results 36 issues of Julien Danjou

Gnocchi backlog in the incoming driver has no size limit. It would be great to be able to implement a limit so the queue does not explode.

enhancement
good first issue

It could be useful to allow to delete range of metric measures for certain cases like https://github.com/gnocchixyz/gnocchi/issues/307

enhancement

See https://bugs.launchpad.net/gnocchi/+bug/1576804

enhancement

``` gabbi.suitemaker.test_gabbi_pagination_default_limit.test_request ----------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/home/tester/src/.tox/py27-postgresql/local/lib/python2.7/site-packages/gabbi/case.py", line 94, in wrapper func(self) File "/home/tester/src/.tox/py27-postgresql/local/lib/python2.7/site-packages/gabbi/case.py", line 148, in test_request self._run_test() File "/home/tester/src/.tox/py27-postgresql/local/lib/python2.7/site-packages/gabbi/case.py", line 555, in...

@chungg noted in #730 that `gnocchi.storage.StorageDriver._get_measures` can raise `MetricDoesNotExist` and `AggregationDoesNotExist` but there is no code path that covers this case in the tests.

good first issue

Currently, metricd `MetricProcessor` needs an indexer connection for the only reason of accessing archive policy information for each metric. It seems that metricd could not use an indexer connection at...

enhancement
performance

The unaggregated (raw) time series that each metric has (the back window) is currently stored as one giant blob. Even if the back window is limited to e.g. 1 hour,...

enhancement

When Swift is used as an incoming measures driver, the number of connections opened by httplib3 is too small to succeed. On large batches, the error occurs: ``` [Wed Nov...

help wanted

The current value is an integer representing the number of the coarsest granularity in all definitions of an AP. This is not really clear for end users. It should be...

enhancement
api

See https://bugs.launchpad.net/gnocchi/+bug/1641169

enhancement
api