Make EnvironmentStatistics CPU usage collection interval configurable · Issue #9404 · dotnet/orleans · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up for #9234, we should make the CPU usage collection interval configurable. The value is currently hard coded to 1s here:
orleans/src/Orleans.Core/Statistics/EnvironmentStatistics.cs
Line 74 in a9a7e50
This value can impact other EventListener implementations, such as Application Insights.
The text was updated successfully, but these errors were encountered: