Julien Danjou
Julien Danjou
Some errors seem explicit: ``` b' "error": "\'FakeSwiftClient\' object has no attribute \'head_account\'"' ```
@cdent might know about Gabbi. Usually, I didn't find those hard to find with a `git grep` and replacing the underscore.
There's also an upside to this, is the ability for metricd to still work even if the indexer is down.
My think is rather to dump archive policy requirement before doing this, i.e. #547. Once this one is done, each metric needs to store its own aggregation definition and the...
Even if there's no code to write, we should at least document this with an example.
Probably less things to transfer to client if u can do it server-side?
@BigChief45 Either that or using `/v1/generic/…`. Since it does not work for now with `/v1/generic` and it would work in the future, I don't see this is a breaking the...
@BigChief45 I did not look into the details, but the `_search` method you are referring to leverages the `list_resources` from the indexer, which takes a resource type as a first...
> Would this list would be sent in a similar way to the `groupby` list? I don't think you can get it from the URL path anymore, so it'd be...
We should replace that middleware by something better that actually implements what @czunker expects.