Skip to content

Commit a0ac188

Browse files
committed
Add alerting for RadosGW Usage Exporter metrics
1 parent c14dfc2 commit a0ac188

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

etc/kayobe/kolla/config/prometheus/ceph.rules

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Modified official set of upstream alerts https://github.com/ceph/ceph/blob/octopus/monitoring/prometheus/alerts/ceph_default_alerts.yml
22

3-
{% raw %}
4-
53
groups:
4+
{% raw %}
65
- name: health
76
rules:
87
- alert: HealthError
@@ -205,7 +204,6 @@ groups:
205204
description: "{{ $value }} OSD requests are taking too long to process (osd_op_complaint_time exceeded)"
206205

207206
{% endraw %}
208-
209207
{% if stackhpc_enable_radosgw_usage_exporter | bool %}
210208
- name: rgws
211209
rules:

0 commit comments

Comments
 (0)