Skip to content

Commit b822156

Browse files
authored
docs: update service links and add observability details
Updated service links in the README to point to GitHub and added details for observability and monitoring.
1 parent 0b817d6 commit b822156

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,8 @@ We take security seriously. If you discover a security vulnerability, please fol
10551055
---
10561056

10571057
## 10 · Observability & Monitoring
1058+
<details>
1059+
<summary><kbd>▶ for details (click to expand)</kbd></summary>
10581060

10591061
### Health Probes
10601062

@@ -1158,6 +1160,7 @@ AUTH_TRACKER_WINDOW=5 # default: 5 minutes
11581160
SIDEKIQ_QUEUE_ALERT_THRESHOLD=100 # queue depth that triggers degraded
11591161
SIDEKIQ_DEAD_ALERT_THRESHOLD=10 # dead queue size that triggers degraded
11601162
```
1163+
</details>
11611164

11621165
---
11631166

@@ -1169,10 +1172,10 @@ This API is one service in the ProStaff ecosystem. The other services it integra
11691172

11701173
| Service | Stack | Role |
11711174
|-----------------------------------------------------|-----------------------|-----------------------------------------------------------------------------------|
1172-
| [prostaff-analytics-hub](../prostaff-analytics-hub) | Next.js 15 / vinext | Frontend SPA — consumes API(also: https://prostaff.gg, https://scrims.lol ) |
1173-
| [prostaff-events](../prostaff-events) | Elixir / Phoenix 1.7 | Real-time event bus — subscribes to Redis pub/sub and pushes via Phoenix Channels |
1174-
| [prostaff-riot-gateway](../prostaff-gateway) | Go 1.23 | Riot API proxy — token bucket rate limiting, L1/L2 cache, circuit breaker; |
1175-
| [ProStaff-Scraper](../ProStaff-Scraper) | Python / FastAPI | Pro match data pipeline — Leaguepedia + Oracle's Elixir → Elasticsearch |
1175+
| [prostaff-analytics-hub](https://prostaff.gg) | Next.js 15 / vinext | Frontend SPA — consumes API(also: https://prostaff.gg, https://scrims.lol ) |
1176+
| [prostaff-events](https://github.com/bulletdev/prostaff-events) | Elixir / Phoenix 1.7 | Real-time event bus — subscribes to Redis pub/sub and pushes via Phoenix Channels |
1177+
| [prostaff-riot-gateway](https://github.com/bulletdev/prostaff-gateway) | Go 1.23 | Riot API proxy — token bucket rate limiting, L1/L2 cache, circuit breaker; |
1178+
| [ProStaff-Scraper](https://github.com/bulletdev/ProStaff-Scraper) | Python / FastAPI | Pro match data pipeline — Leaguepedia + Oracle's Elixir → Elasticsearch |
11761179

11771180
### Deployment Architecture
11781181

0 commit comments

Comments
 (0)