Add ui counter tracking for scaled up date histogram intervals #140375
Labels
enhancement
New value added to drive a business result
Feature:Aggregations
Aggregation infrastructure (AggConfig, esaggs, ...)
Feature:Search
Querying infrastructure in Kibana
Icebox
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:needs-research
This issue requires some research before it can be worked on or estimated
NeededFor:VisEditors
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
The date histogram aggregation allows to configure a "minimum interval". If possible this interval is respected in the final query. However if the number of buckets for the given time range would be larger than the
histogram:maxBars
settings, the interval is scaled up until it fits into the configured number.To gauge the impact on changing this behavior, a UI counter should be introduced which is counting the amount of times a date histogram agg is "scaled up" like this, not respecting the configured interval.
The text was updated successfully, but these errors were encountered: