Skip to content

Commit

Permalink
removing the use of perform_request
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Apr 24, 2024
1 parent 832216f commit c867261
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 @@ -2577,7 +2577,7 @@ def on_benchmark_stop(self):
node_id_to_name_dict = {}
for node_id, node in nodes_info:
node_id_to_name_dict[node_id] = node["name"]
geoip_stats = self.client.perform_request("GET", "/_ingest/geoip/stats")
geoip_stats = self.client.ingest.geo_ip_stats()
stats_dict = geoip_stats.body
nodes_dict = stats_dict["nodes"]
for node_id, node in nodes_dict.items():
Expand Down

0 comments on commit c867261

Please sign in to comment.