feat: metrics
Open
- Dominant language
- Rust
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Monitor metrics:
- online clients
- message count
- subscribe count
- connect count
Contributor guide
No contributing guide indexed for this repository
Research direction
Look for existing metrics or telemetry code in the codebase, likely in a monitoring or stats module. The issue mentions tracking online clients, message count, subscribe count, and connect count. Start by finding where client connections and message handling are managed, then implement counters or gauges exposed via a metrics endpoint. Check if there's a preferred metrics library (like Prometheus) in use. Verify by running the broker and ensuring metrics are collected and accessible.
Written by the indexing model from the issue text.
Assessment
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100