Skip to content

Commit

Permalink
Merge pull request #14 from jtaleric/improve-jobSummary-query
Browse files Browse the repository at this point in the history
Update the jobSummary query
  • Loading branch information
shashank-boyapally authored Jan 23, 2024
2 parents ee763c7 + 524eb64 commit 0e42a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fmatch/matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def match_kube_burner(self, uuids):
"query": (
f'( uuid: \"{ids}\" )'
f' AND metricName: "jobSummary"'
f' AND NOT (jobConfig.name: "garbage-collection")'
)
}
},
Expand Down Expand Up @@ -186,6 +187,7 @@ def burner_results(self, uuid, uuids, index):
f'( uuid: \"{ids}\" )'
f' AND metricName: "podLatencyQuantilesMeasurement"'
f' AND quantileName: "Ready"'
f' AND NOT (jobConfig.name: "garbage-collection")'
)
}
},
Expand Down

0 comments on commit 0e42a21

Please sign in to comment.