diff --git a/fmatch/matcher.py b/fmatch/matcher.py index 84cb069..b1c13cf 100644 --- a/fmatch/matcher.py +++ b/fmatch/matcher.py @@ -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")' ) } }, @@ -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")' ) } },