feat: add stacklight ceph alert rules and dashboard#879
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds Ceph observability artifacts to the Helm charts by enabling a new Ceph default-rules group in the mothership Prometheus rules and introducing a Ceph Grafana dashboard in the dashboards chart.
Changes:
- Enable
defaultRules.rules.cephand add per-group label/annotation override stubs inkof-mothershipvalues. - Add a new
PrometheusRulemanifest (ceph.yaml) containing Ceph alerting rules gated bydefaultRules.rules.ceph. - Add a new Ceph Grafana dashboard definition under
kof-dashboards.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| charts/kof-mothership/values.yaml | Adds ceph toggles/override maps to wire the new default rules group into existing configuration. |
| charts/kof-mothership/templates/prometheus/rules/ceph.yaml | Introduces a new Ceph PrometheusRule group controlled by Helm values. |
| charts/kof-dashboards/files/dashboards/ceph/ceph.yaml | Adds a Ceph dashboard (Grafana model in YAML) for cluster/OSD/PG/latency views. |
e3d5a69 to
1a5d977
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
AndrejsPon00
approved these changes
Apr 14, 2026
denis-ryzhkov
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #861