Skip to content

Commit

Permalink
fix(stats): do not aggregate node status
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Jul 17, 2024
1 parent c15cb2b commit a95b957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai4papi/routers/v1/stats/deployments.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def get_cluster_stats(
for k, v in n_stats.items():

# Ignore keys
if k in ['name', 'namespaces', 'eligibility']:
if k in ['name', 'namespaces', 'eligibility', 'status']:
continue

# Aggregate nested gpu_models dict
Expand Down

0 comments on commit a95b957

Please sign in to comment.