Skip to content

Commit 0fbd502

Browse files
committed
updating requirements
1 parent 1dd382f commit 0fbd502

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

orion.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@ def get_metric_data(ids, index, metrics, match, logger):
9595
"""
9696
dataframe_list = []
9797
for metric in metrics:
98-
logger.info("Collecting %s", metric["metric"])
99-
metric_of_interest = metric['metric_of_interest']
10098
metric_name = metric['name']
99+
logger.info("Collecting %s", metric_name)
100+
metric_of_interest = metric['metric_of_interest']
101+
101102
if "agg" in metric.keys():
102103
try:
103104
cpu = match.get_agg_metric_query(

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ click==8.1.7
33
elastic-transport==8.11.0
44
elasticsearch==8.11.1
55
elasticsearch7==7.13.0
6-
fmatch==0.0.3
6+
fmatch==0.0.4
77
numpy==1.26.3
88
pandas==2.1.4
99
python-dateutil==2.8.2

0 commit comments

Comments
 (0)