Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement aggregations on aggregate metrics #53986

Conversation

csoulios
Copy link
Contributor

@csoulios csoulios commented Mar 23, 2020

Following the implementation of the aggregate_metric_double field mapper(#49830) we are implementing the Min, Max, ValueCount, Sum and Average aggregations on aggregate metrics.

The code builds on the excellent work done for #42949 and uses the extensible ValuesSources infrastructure to wire up common metric aggregation on the aggregate_metric_double field type.

This PR is part of the rollups v2 refactoring as described in meta issue #42720

@csoulios csoulios added WIP :StorageEngine/Rollup Turn fine-grained time-based data into coarser-grained data labels Mar 23, 2020
@csoulios csoulios requested review from polyfractal and jimczi March 23, 2020 14:58
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (:Analytics/Rollup)

@csoulios
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/2
@elasticmachine run elasticsearch-ci/bwc

@csoulios
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/default-distro
@elasticmachine run elasticsearch-ci/bwc

@csoulios
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/bwc

@rjernst rjernst added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label May 4, 2020
@csoulios
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/2
@elasticmachine run elasticsearch-ci/bwc

@csoulios
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/bwc

@csoulios csoulios merged commit d89f9f3 into elastic:feature/aggregate-metrics May 14, 2020
@csoulios csoulios deleted the prototype/vs-refactor-aggregate-metrics branch May 14, 2020 08:51
@csoulios csoulios removed the WIP label Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:StorageEngine/Rollup Turn fine-grained time-based data into coarser-grained data Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants