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

Fix SignalR reported total current connection value when there are no current connections

Open VladimirBeliakov opened this issue 3 years ago • 0 comments

When there are no current connections, the gauge connections-started 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 current connection.

VladimirBeliakov avatar May 30 '21 09:05 VladimirBeliakov