prometheus-net-contrib
prometheus-net-contrib copied to clipboard
Fix SignalR reported total current connection value when there are no current connections
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.