Skip to content

Commit bc534cf

Browse files
authored
[st1-*] updating customrules.yaml (#35)
1 parent 559a628 commit bc534cf

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
@@ -46,7 +46,7 @@ groups:
4646
label_replace(
4747
radosgw_usage_bucket_size,
4848
"project_id", "$1",
49-
"tenant", "(.*)"
49+
"owner", "([a-f0-9]{32}).*"
5050
)
5151
)
5252
- record: objectstore_usage_objects
@@ -55,7 +55,7 @@ groups:
5555
label_replace(
5656
radosgw_usage_bucket_objects,
5757
"project_id", "$1",
58-
"tenant", "(.*)"
58+
"owner", "([a-f0-9]{32}).*"
5959
)
6060
)
6161
{{- end }}

0 commit comments

Comments
 (0)