diff --git a/src/SignalR/common/Http.Connections/src/Internal/HttpConnectionsEventSource.cs b/src/SignalR/common/Http.Connections/src/Internal/HttpConnectionsEventSource.cs index 07f1db16ca..c07577b908 100644 --- a/src/SignalR/common/Http.Connections/src/Internal/HttpConnectionsEventSource.cs +++ b/src/SignalR/common/Http.Connections/src/Internal/HttpConnectionsEventSource.cs @@ -108,6 +108,7 @@ namespace Microsoft.AspNetCore.Http.Connections.Internal _connectionDuration ??= new EventCounter("connections-duration", this) { DisplayName = "Average Connection Duration", + DisplayUnits = "ms", }; } }