Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions etc/kayobe/kolla/config/prometheus/ceph.rules
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,14 @@ groups:
description: "{{ $value }} OSD requests are taking too long to process (osd_op_complaint_time exceeded)"

{% endraw %}
{% if stackhpc_enable_radosgw_usage_exporter | bool %}
- name: rgws
rules:
- alert: RadosGWUsageExporterNotServingMetrics
expr: absent(radosgw_user_metadata)
for: 5m
labels:
severity: critical
annotations:
description: "The RadosGW Usage Exporter has not been serving RGW metrics for more than 5 minutes. The exporter may be unable to reach the RGWs."
{% endif %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
features:
- |
Added a new alert ``RadosGWUsageExporterNotServingMetrics``, which will
fire when the RadosGW Usage Exporter fails to serve RGW metrics for more
than 5 minutes.
Loading