Skip to content

Commit

Permalink
Revert comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanasiak committed Sep 14, 2023
1 parent 3623593 commit 81348f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esrally/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 81348f4

Please sign in to comment.