feat: add stale connection stats tracking and varz exposure
This commit is contained in:
@@ -16,5 +16,9 @@ public sealed class ServerStats
|
||||
public long SlowConsumerRoutes;
|
||||
public long SlowConsumerLeafs;
|
||||
public long SlowConsumerGateways;
|
||||
public long StaleConnectionClients;
|
||||
public long StaleConnectionRoutes;
|
||||
public long StaleConnectionLeafs;
|
||||
public long StaleConnectionGateways;
|
||||
public readonly ConcurrentDictionary<string, long> HttpReqStats = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user