-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:AggregationsAggregation infrastructure (AggConfig, esaggs, ...)Aggregation infrastructure (AggConfig, esaggs, ...)enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.loe:mediumMedium Level of EffortMedium Level of Effort
Description
Part of #60126
Related to #25983 - might be worth tackling both at once
This issue tracks support for diversified sampler aggregations in AggConfigs. Adding this agg type will unblock apps like Visualize and Lens from supporting these aggs in the future.
- add new agg type
- create the agg type
- export an interface for the agg type's params
- update
AggParamsMappingintypes.ts - register agg type via
agg_types.ts - unit tests
- add agg type expression function
- write the expression function
- register expression function via
agg_types.ts - unit tests
Metadata
Metadata
Assignees
Labels
Feature:AggregationsAggregation infrastructure (AggConfig, esaggs, ...)Aggregation infrastructure (AggConfig, esaggs, ...)enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.loe:mediumMedium Level of EffortMedium Level of Effort