From ba5cc47fdda99bb70abaade36632c41c70abfee4 Mon Sep 17 00:00:00 2001 From: Anass_Ehab33 Date: Sun, 26 Jul 2026 23:04:23 +0300 Subject: [PATCH] docs: update README with monitoring and metrics endpoints --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 560b887..99992c2 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ A simple, lightweight Node.js Express REST API application with container suppor | :--- | :--- | :--- | | `GET` | `/` | API Metadata & Welcome Info | | `GET` | `/health` | Application Health & Uptime Status | +| `GET` | `/metrics` | API Request Metrics (Latency, Counts, Status) | +| `GET` | `/dashboard` | API Internal Monitoring Dashboard UI | +| `GET` | `/monitoring` | External Platform Monitoring Dashboard (mithal.space) | +| `GET` | `/api/monitoring/metrics` | External Monitoring Data (from Python collector) | | `GET` | `/api/v1/items` | List all items | | `GET` | `/api/v1/items/:id` | Get item by ID | | `POST` | `/api/v1/items` | Create new item |