Skip to content

Commit

Permalink
change stat
Browse files Browse the repository at this point in the history
Signed-off-by: kalyanr <[email protected]>
  • Loading branch information
rawwar committed Dec 12, 2023
1 parent 6a3203a commit 791f4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ml_commons/test_ml_commons_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def test_stats():
assert len(res["nodes"]) > 0

node_id = list(res["nodes"].keys())[0]
stat_id = "ml_jvm_heap_usage"
stat_id = "ml_executing_task_count"

res = ml_client.get_stats(node_id, stat_id)

Expand Down

0 comments on commit 791f4a3

Please sign in to comment.