From 472f3400071c91cee5d622e31d13e69ad06a0fcb Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 13 Aug 2026 12:18:14 +1000 Subject: [PATCH] docs: correct Observability list order Correct the order of the items in the list of Prysm, Prometheus, and Perses. Signed-off-by: Zac Dover --- docs/architecture/cloud-storage/observability/index.md | 4 ++-- docs/architecture/cloud-storage/observability/perses.md | 1 + docs/architecture/cloud-storage/observability/prometheus.md | 1 + docs/architecture/cloud-storage/observability/prysm.md | 1 + docs/changelog/index.md | 2 +- 5 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/architecture/cloud-storage/observability/index.md b/docs/architecture/cloud-storage/observability/index.md index 9656046..0ba392b 100644 --- a/docs/architecture/cloud-storage/observability/index.md +++ b/docs/architecture/cloud-storage/observability/index.md @@ -11,9 +11,9 @@ CobaltCore monitors the cloud storage stack through a combination of Prometheus- | Component | Role | |-----------|------| +| [Prysm](./prysm.md) | CLI-based observability tool for Ceph clusters and RGW — real-time monitoring, SMART disk health, log compliance | | [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) | -| [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 +- [Prysm](./prysm.md) - [Prometheus](./prometheus.md) - [Perses](./perses.md) -- [Prysm](./prysm.md) diff --git a/docs/architecture/cloud-storage/observability/perses.md b/docs/architecture/cloud-storage/observability/perses.md index 36d1f5c..5409037 100644 --- a/docs/architecture/cloud-storage/observability/perses.md +++ b/docs/architecture/cloud-storage/observability/perses.md @@ -1,5 +1,6 @@ --- title: Perses +order: 30 --- # Perses diff --git a/docs/architecture/cloud-storage/observability/prometheus.md b/docs/architecture/cloud-storage/observability/prometheus.md index c85bb54..08df932 100644 --- a/docs/architecture/cloud-storage/observability/prometheus.md +++ b/docs/architecture/cloud-storage/observability/prometheus.md @@ -1,5 +1,6 @@ --- title: Prometheus +order: 20 --- # Prometheus diff --git a/docs/architecture/cloud-storage/observability/prysm.md b/docs/architecture/cloud-storage/observability/prysm.md index 47b02b6..484fb03 100644 --- a/docs/architecture/cloud-storage/observability/prysm.md +++ b/docs/architecture/cloud-storage/observability/prysm.md @@ -1,5 +1,6 @@ --- title: Prysm +order: 10 --- # Prysm diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 8be440c..74ba3a5 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -5,7 +5,7 @@ title: Changelog # Change Log | Date | Change | git hash | -| :--- | :--- | | +| :--- | :--- | :--- | | 2025-11-26 | Add ceph.md, an overview page that explains the function and purpose of Ceph | a01c4435 | | 2026-03-03 | Add a page that explains how to use Rook, a tool for deploying Ceph | 499a3a76 | | 2026-03-04 | Add documentation for Prysm, a CLI tool for real-time monitoring of RGW, Ceph storage clusters, and various hardware components. | deeb3ea8 |