Skip to content

Commit 6867804

Browse files
committed
[feat] Add metrics exporter and dashboard for TransferQueue
Expose Prometheus metrics from the controller and storage units so TransferQueue activity can be monitored end to end. Include a Grafana dashboard and tests so the observability workflow is easier to validate and adopt. Made-with: Cursor
1 parent 69ca8ec commit 6867804

10 files changed

Lines changed: 1390 additions & 16 deletions

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ hydra-core
55
numpy<2.0.0
66
msgspec
77
psutil
8-
omegaconf
8+
omegaconf
9+
prometheus_client

0 commit comments

Comments
 (0)