From 49de8c392c2f7aecb25d7068027e9853b3f74ec0 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 5 Jan 2026 15:33:38 +0000 Subject: [PATCH] Update git submodules * Update cloudkitty from branch 'master' to 329de968386813bf4e0d4a615df6c4ff4bce9bc1 - Merge "Use project_id as part of the stream instead of part of the search" - Use project_id as part of the stream instead of part of the search Loki searches in two layers: the first one is the streams. Each stream is uniquely identified by a set of attributes. Before this patch, these attributes are just what the user passes in the "stream" parameter, or {service="cloudkitty"} by default. This patch adds a project_id="aaa-bbb-ccc-ddd" field to the stream, effectively creating one stream per project. As the most common use case retrieves the resources in a per-project basis, this will make most queries much faster. Even more, the openstack rating CLI always puts the project_id in the query, so that makes much more efficient all those queries. Change-Id: I35840e50a292ba122b978ac332849d793fe9f10b Signed-off-by: Juan Larriba --- cloudkitty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudkitty b/cloudkitty index 663ca20990..329de96838 160000 --- a/cloudkitty +++ b/cloudkitty @@ -1 +1 @@ -Subproject commit 663ca20990b83f68fbe269cef80b94e1892a78e3 +Subproject commit 329de968386813bf4e0d4a615df6c4ff4bce9bc1