Skip to content

Commit e9db0a8

Browse files
update server_error_rate metric to record (#60)
* update server_error_rate metric to record * bump chart version * bump version
1 parent 6ca7a77 commit e9db0a8

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

charts/ceph-operations/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ceph-operations
33
description: Ceph operations bundle
44
type: application
5-
version: 1.8.2
5+
version: 1.8.3
66
maintainers:
77
- name: sumitarora2786
88
- name: richardtief

charts/ceph-operations/alerts/customrules.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,19 @@ groups:
148148
)
149149
)
150150
)
151-
OR vector(0)
151+
OR
152+
(
153+
sum by (bucket, project_id, http_status) (
154+
label_replace(
155+
0 *
156+
sum by (project_id) (
157+
label_replace(
158+
radosgw_user_metadata,
159+
"project_id", "$1", "user", "^([a-f0-9]{32}).*"
160+
)
161+
),
162+
"http_status", "5xx", "", ""
163+
)
164+
)
165+
)
152166
{{- end }}

charts/ceph-operations/plugindefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ kind: ClusterPluginDefinition
66
metadata:
77
name: ceph-operations
88
spec:
9-
version: 1.8.2
9+
version: 1.8.3
1010
displayName: Ceph operations bundle
1111
description: Operations bundle for the Ceph storage backend
1212
docMarkDownUrl: https://raw.githubusercontent.com/cobaltcore-dev/cloud-storage-operations/main/ceph-operations/README.md
1313
icon: https://raw.githubusercontent.com/cobaltcore-dev/cloud-storage-operations/main/ceph-operations/ceph-logo.png
1414
helmChart:
1515
name: ceph-operations
1616
repository: oci://ghcr.io/cobaltcore-dev/cloud-storage-operations/charts
17-
version: 1.8.2
17+
version: 1.8.3
1818
options:
1919
- name: prometheusRules.create
2020
description: Create Prometheus rules

0 commit comments

Comments
 (0)