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.
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.