From 37c5d4eea48f16d9245a51ca730105aeaf9e276d Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 27 Jul 2026 18:03:51 +1000 Subject: [PATCH] doc: correct list orders Correct the orders of two lists of observability tools so that they are congruent with one another, as per the direction of Barbara Wendt. Signed-off-by: Zac Dover --- docs/architecture/cloud-storage/observability/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture/cloud-storage/observability/index.md b/docs/architecture/cloud-storage/observability/index.md index 9656046..d15f463 100644 --- a/docs/architecture/cloud-storage/observability/index.md +++ b/docs/architecture/cloud-storage/observability/index.md @@ -11,8 +11,8 @@ CobaltCore monitors the cloud storage stack through a combination of Prometheus- | Component | Role | |-----------|------| -| [Prometheus](./prometheus.md) | Scrapes and stores time-series metrics from Ceph, Rook, and RGW exporters | | [Perses](./perses.md) | Dashboard platform for visualizing storage metrics (alert rules are defined as Prometheus rules) | +| [Prometheus](./prometheus.md) | Scrapes and stores time-series metrics from Ceph, Rook, and RGW exporters | | [Prysm](./prysm.md) | CLI-based observability tool for Ceph clusters and RGW — real-time monitoring, SMART disk health, log compliance | ## Key Metrics @@ -33,6 +33,6 @@ Alerts are defined as Prometheus rules and surfaced through the CobaltCore alert ## See Also -- [Prometheus](./prometheus.md) - [Perses](./perses.md) +- [Prometheus](./prometheus.md) - [Prysm](./prysm.md)