You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often when users invoke histogramQuantile especially in cloud, they may be aggregating data from several sources. Due to the eventually consistent nature of InfluxDB, it's possible that missing data makes the bins not be monotonically increasing when sorted by upper bound.
The current behavior for this is to produce an error:
histogram record counts are not monotonic
We should instead provide a way for users to specify different behavior if that's what they want:
Produce no output
Force the bins to be monotonic
The text was updated successfully, but these errors were encountered:
Often when users invoke
histogramQuantile
especially in cloud, they may be aggregating data from several sources. Due to the eventually consistent nature of InfluxDB, it's possible that missing data makes the bins not be monotonically increasing when sorted by upper bound.The current behavior for this is to produce an error:
We should instead provide a way for users to specify different behavior if that's what they want:
The text was updated successfully, but these errors were encountered: