Skip to content
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
Assignees
Labels
bug Something isn't working Team:Uptime Label for the Uptime team test-plan test-plan-fail v7.9.0

Comments

@andrewvc
Copy link
Contributor

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.

@andrewvc
Copy link
Contributor Author

Looks like we still have weird bucketing sometimes:

image

@andrewvc
Copy link
Contributor Author

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
bug Something isn't working Team:Uptime Label for the Uptime team test-plan test-plan-fail v7.9.0
Projects
None yet
2 participants