Skip to content

Commit

Permalink
Update gnocchi/storage/ceph.py
Browse files Browse the repository at this point in the history
Add Guto's suggestion.

Co-authored-by: Daniel Augusto Veronezi Salvador <[email protected]>
  • Loading branch information
rafaelweingartner and GutoVeronezi authored Apr 9, 2024
1 parent 82d951d commit f8fed0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnocchi/storage/ceph.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f8fed0d

Please sign in to comment.