mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Track total connections, http request stats
This commit is contained in:
7
TODO.md
7
TODO.md
@@ -14,11 +14,12 @@
|
||||
- [ ] Modify cluster support for single message across routes between pub/sub and d-queue
|
||||
- [ ] Memory limits/warnings?
|
||||
- [ ] Limit number of subscriptions a client can have, total memory usage etc.
|
||||
- [ ] Gossip Protocol for discovery for clustering
|
||||
- [ ] Info updates contain other implicit route servers
|
||||
- [ ] Multi-tenant accounts with isolation of subject space
|
||||
- [ ] Add to varz, time for slow consumers, peek or total connections, memory, etc.
|
||||
- [ ] Add starttime and uptime to connz list.
|
||||
- [ ] Track last activity time per connection?
|
||||
- [X] Add total connections to varz so we won't miss spikes, etc.
|
||||
- [X] Add starttime and uptime to connz list.
|
||||
- [X] Gossip Protocol for discovery for clustering
|
||||
- [ ] Add in HTTP requests to varz?
|
||||
- [X] Add favico and help link for monitoring?
|
||||
- [X] Better user/pass support using bcrypt etc.
|
||||
|
||||
Reference in New Issue
Block a user