-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Uptime] Switch away from Auto-date histogram #215
Closed
andrewvc opened this issue
May 27, 2020
· 2 comments
· Fixed by elastic/kibana#67558 or elastic/kibana#72928
Closed
[Uptime] Switch away from Auto-date histogram #215
andrewvc opened this issue
May 27, 2020
· 2 comments
· Fixed by elastic/kibana#67558 or elastic/kibana#72928
Labels
Comments
Reopened since the pings over time graph didn't get this fix. |
andrewvc
added a commit
to andrewvc/kibana
that referenced
this issue
Jul 22, 2020
Fixes elastic/uptime#215 Prior to this we'd get too few buckets in some ranges.
andrewvc
added a commit
to elastic/kibana
that referenced
this issue
Jul 24, 2020
* [Uptime] Use manual intervals for ping histogram Fixes elastic/uptime#215 Prior to this we'd get too few buckets in some ranges. * Update test fixtures, remove overly-specific checks * Remove unused import
andrewvc
added a commit
to andrewvc/kibana
that referenced
this issue
Jul 24, 2020
* [Uptime] Use manual intervals for ping histogram Fixes elastic/uptime#215 Prior to this we'd get too few buckets in some ranges. * Update test fixtures, remove overly-specific checks * Remove unused import
andrewvc
added a commit
to andrewvc/kibana
that referenced
this issue
Jul 24, 2020
* [Uptime] Use manual intervals for ping histogram Fixes elastic/uptime#215 Prior to this we'd get too few buckets in some ranges. * Update test fixtures, remove overly-specific checks * Remove unused import
andrewvc
added a commit
to elastic/kibana
that referenced
this issue
Jul 29, 2020
Fixes elastic/uptime#215 Prior to this we'd get too few buckets in some ranges.
andrewvc
added a commit
to elastic/kibana
that referenced
this issue
Jul 29, 2020
* [Uptime] Use manual intervals for ping histogram Fixes elastic/uptime#215 Prior to this we'd get too few buckets in some ranges. * Update test fixtures, remove overly-specific checks * Remove unused import Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
We started using auto data histogram again and have noticed that it sometimes uses too few buckets resulting in awkward looking histograms. Let's switch back to using: https://github.com/elastic/kibana/blob/master/x-pack/plugins/uptime/server/lib/helper/get_histogram_interval.ts for our histograms on the overview page since it does what we expect, evenly dividing time.
The text was updated successfully, but these errors were encountered: