Skip to content

Commit e808a4f

Browse files
Set display unit for event counter (#12331)
1 parent 54e1906 commit e808a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SignalR/common/Http.Connections/src/Internal/HttpConnectionsEventSource.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ protected override void OnEventCommand(EventCommandEventArgs command)
108108
_connectionDuration ??= new EventCounter("connections-duration", this)
109109
{
110110
DisplayName = "Average Connection Duration",
111+
DisplayUnits = "ms",
111112
};
112113
}
113114
}

0 commit comments

Comments
 (0)