Skip to content

Commit 673b0cd

Browse files
Update customrules.yaml
1 parent 2348e7a commit 673b0cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/ceph-operations/alerts/customrules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ groups:
133133
expr: |
134134
sum by (bucket,project_id,http_status) (
135135
label_replace(
136-
rate(radosgw_http_errors_by_user{http_status=~"4.."}[5m]),
136+
rate(radosgw_errors_detailed{http_status=~"4.."}[5m]),
137137
"project_id", "$1", "tenant", "([a-f0-9]{32})"
138138
)
139139
)
@@ -142,7 +142,7 @@ groups:
142142
expr: |
143143
sum by (bucket,project_id,http_status) (
144144
label_replace(
145-
rate(radosgw_http_errors_by_user{http_status=~"5.."}[5m]),
145+
rate(radosgw_errors_detailed{http_status=~"5.."}[5m]),
146146
"project_id", "$1", "tenant", "([a-f0-9]{32})"
147147
)
148148
)

0 commit comments

Comments
 (0)