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
This Aggregation uses the notion of "ideal" scale. The ideal scale is
501
501
either:
502
502
503
-
1. The maximum supported scale, generally used for single-value histogram Aggregations where scale is not otherwise constrained
504
-
2. The largest value of scale such that no more than the maximum number of buckets are needed to represent the full range of input data in either of the positive or negative ranges.
503
+
1. The `MaxScale` (see configuration parameters), generally used for
504
+
single-value histogram Aggregations where scale is not otherwise constrained.
505
+
2. The largest value of scale such that no more than the maximum number of
506
+
buckets are needed to represent the full range of input data in either of the
507
+
positive or negative ranges.
505
508
506
509
###### Handle all normal values
507
510
@@ -519,7 +522,8 @@ nearest normal value.
519
522
###### Support a minimum and maximum scale
520
523
521
524
The implementation MUST maintain reasonable minimum and maximum scale
522
-
parameters that the automatic scale parameter will not exceed.
525
+
parameters that the automatic scale parameter will not exceed. The maximum scale
526
+
is defined by the `MaxScale` configuration parameter.
523
527
524
528
###### Use the maximum scale for single measurements
0 commit comments