prometheus-net-contrib icon indicating copy to clipboard operation
prometheus-net-contrib copied to clipboard

Fix SignalR reported timed out connection value when there are no timed out connections

Open VladimirBeliakov opened this issue 3 years ago • 0 comments

When there are no timed out connections, the gauge connections-timed-out reports that these is one.

To reproduce, start a SignalR app, connect a SignalR clients to it, then disconnect it from the app. The gauge will report one timed out connection.

VladimirBeliakov avatar May 30 '21 09:05 VladimirBeliakov