Skip to content

Commit

Permalink
taking out pop of metric
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Jan 30, 2024
1 parent dc4f025 commit 4db66a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion orion.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def get_metric_data(ids, index, metrics, match, logger):
logger.info("Collecting %s", metric["metric"])
metric_of_interest = metric['metric_of_interest']
metric_name = metric['metric']
metric.pop("metric")
if "agg" in metric.keys():
try:
cpu = match.get_agg_metric_query(
Expand Down

0 comments on commit 4db66a1

Please sign in to comment.