From f8fed0d0552f3c4e2ad8c25a28c95ac49e7c1ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Weing=C3=A4rtner?= Date: Tue, 9 Apr 2024 08:38:38 -0300 Subject: [PATCH] Update gnocchi/storage/ceph.py Add Guto's suggestion. Co-authored-by: Daniel Augusto Veronezi Salvador <38945620+GutoVeronezi@users.noreply.github.com> --- gnocchi/storage/ceph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnocchi/storage/ceph.py b/gnocchi/storage/ceph.py index 285559590..0b525a41f 100644 --- a/gnocchi/storage/ceph.py +++ b/gnocchi/storage/ceph.py @@ -97,7 +97,7 @@ def _store_metric_splits(self, metrics_keys_aggregations_data_offset, metric_size = len(data) MAP_UNAGGREGATED_METRIC_NAME_BY_SIZE[name] = metric_size - LOG.debug("Storing time series size [%s] for metric [%s]", + LOG.debug("Storing time series size [%s] for metric [%s].", metric_size, name) if offset is None: self.ioctx.write_full(name, data)