Set display unit for event counter (#12331)
This commit is contained in:
parent
54e1906805
commit
e808a4f2ed
|
|
@ -108,6 +108,7 @@ namespace Microsoft.AspNetCore.Http.Connections.Internal
|
|||
_connectionDuration ??= new EventCounter("connections-duration", this)
|
||||
{
|
||||
DisplayName = "Average Connection Duration",
|
||||
DisplayUnits = "ms",
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue