Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/architecture/cloud-storage/observability/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
1 change: 1 addition & 0 deletions docs/architecture/cloud-storage/observability/perses.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Perses
order: 30
---

# Perses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Prometheus
order: 20
---

# Prometheus
Expand Down
1 change: 1 addition & 0 deletions docs/architecture/cloud-storage/observability/prysm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Prysm
order: 10
---

# Prysm
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Loading