-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Am I misinterpreting CounterUpdateIntervalMs? #262
Comments
Looking further at the grain calls themselves, it seems that it may be only querying the cluster for this information every 10 seconds (as my configuration specifies), is the result then just cached for the 10 seconds the |
It defines how often the raw measurements are aggregated. Its there to improve performance by increasing the duration |
I see, is there a reason that the API hits wouldn't also follow that ms timer? the data would seemingly not change any time during the 10 seconds of not hitting orleans for the information, isn't that just additional overhead (albeit i'd imagine quite small) by continuing to hit the counter APIs every second? |
Yes, true. PRs are welcome ;) |
Here's my SiloHostBuilder code registering the dashboard:
However, I'm not seeing a difference on the dashboard in how often it is hitting the grains involved with the dashboard, see the log:
Is this expected behavior? Am I misinterpreting what this property does?
The text was updated successfully, but these errors were encountered: