From 81348f48eaafa2d70d69d81d251c84b6ca6b9977 Mon Sep 17 00:00:00 2001 From: Grzegorz Banasiak Date: Thu, 14 Sep 2023 09:42:04 +0200 Subject: [PATCH] Revert comment change --- esrally/telemetry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esrally/telemetry.py b/esrally/telemetry.py index d5235b155..175774f3c 100644 --- a/esrally/telemetry.py +++ b/esrally/telemetry.py @@ -1707,7 +1707,7 @@ def store_system_metrics(self, node, metrics_store): def store_node_attribute_metadata(metrics_store, nodes_info): - # push up all node level attributes to cluster level if the values are identical for all nodes + # push up all node level attributes to cluster level iff the values are identical for all nodes pseudo_cluster_attributes = {} for node in nodes_info: if "attributes" in node: