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
nreese opened this issue
Jul 24, 2018
· 0 comments
Labels
staleUsed to mark issues that were closed for being staleTeam:CoreCore services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
There are currently several places in Kibana that manage their own auto refresh logic. This includes courier, timelion, and several locations in x-pack.
Courier's SearchPoll has logic to throttle the refresh interval timeout to the speed that courier can execute when the interval is too fast.
All auto refresh logic should to be combined into a single service. This service should use the SearchPoll logic so that the refresh timer can be throttled to the speed for the slowest request when the interval is too fast.
This issue is created in response to #20863. 20863 introduced a temporary fix for auto refreshing visualization panels in dashboard. Part of the converstation for the temporary fix involved creating a proper auto refresh service. The event autoRefreshFetch should be replaced by the auto refresh service
The text was updated successfully, but these errors were encountered:
staleUsed to mark issues that were closed for being staleTeam:CoreCore services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
There are currently several places in Kibana that manage their own auto refresh logic. This includes courier, timelion, and several locations in x-pack.
Courier's SearchPoll has logic to throttle the refresh interval timeout to the speed that courier can execute when the interval is too fast.
All auto refresh logic should to be combined into a single service. This service should use the SearchPoll logic so that the refresh timer can be throttled to the speed for the slowest request when the interval is too fast.
This issue is created in response to #20863. 20863 introduced a temporary fix for auto refreshing visualization panels in dashboard. Part of the converstation for the temporary fix involved creating a proper auto refresh service. The event
autoRefreshFetch
should be replaced by the auto refresh serviceThe text was updated successfully, but these errors were encountered: