-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Infra Monitoring UI] Use "fit" function in Stack Monitoring graphs to communicate gaps in data #133135
Comments
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
@miltonhultgren @formgeist we, the datavis team, are reconsidering our thoughts on gap handling in charts, so I think it is a good issue to discuss about that topic.
|
I'll defer most questions to our UX experts but in most cases I would say that the gap happens because the agent is having issues (either with collection or delivery), so the indexing rate is definitely |
@miltonhultgren the current gap policies are described here https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipeline.html#gap-policy |
Since we mostly care about communicating |
Added the enhancement label on this one |
If there is data missing due to connection issues or cluster overload, we get graphs with gaps like this:
We could make use of the
fit
function of the charts library to generate graphs like this instead:The text was updated successfully, but these errors were encountered: