cloudkitty/cloudkitty/collector
Luka Peschke 0f79fbe944 Handle the scope id as a regular groupby attribute in storage
Until now, the scope_id was handled separately in the storage backend.
Given that the state is not handled by the storage backend anymore, the
scope_id should not be treated differently by the storage backend. This aims
at simplifying cloudkitty's internal architecture.

In order to make the scope available to the whole orchestrator/API context,
a "scope_key" option has been added to cloudkitty.conf, and it has been
removed from the extra_args from the Gnocchi and Monasca collectors.

Change-Id: Idaeb783cf6fb566d795b1a502f45d9260544ce02
Story: 2001372
Task: 26765
2018-10-05 14:59:20 +02:00
..
__init__.py Handle the scope id as a regular groupby attribute in storage 2018-10-05 14:59:20 +02:00
fake.py Improve User Experience by adding an info REST entrypoint 2017-01-09 08:51:42 +01:00
gnocchi.py Handle the scope id as a regular groupby attribute in storage 2018-10-05 14:59:20 +02:00
meta.py Remove deprecated APIs and method in cloudkitty 2017-11-29 09:50:18 +00:00
monasca.py Handle the scope id as a regular groupby attribute in storage 2018-10-05 14:59:20 +02:00
prometheus.py Add Prometheus Collector 2018-08-21 19:51:56 +02:00