Skip to content

Commit 699119b

Browse files
committed
Changed the rule name with wildcard slightly to cover metrics w/o stage name
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent dcf5f0c commit 699119b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/util/genRuleFile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def gen_rule_file(
6464

6565
rules_dict = {
6666
# all stages
67-
"*__flow__warnings__count:*": {
67+
"*flow__warnings__count:*": {
6868
"mode": "direct",
6969
"round_value": True,
7070
"compare": "<=",

0 commit comments

Comments
 (0)