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

Support histogram fields in rate aggregation #62939

Closed
dgieselaar opened this issue Sep 28, 2020 · 1 comment · Fixed by #63289
Closed

Support histogram fields in rate aggregation #62939

dgieselaar opened this issue Sep 28, 2020 · 1 comment · Fixed by #63289
Labels
:Analytics/Aggregations Aggregations >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)

Comments

@dgieselaar
Copy link
Member

dgieselaar commented Sep 28, 2020

#60674 added a rate aggregation to Elasticsearch. It does currently not support histogram fields:

“Field [transaction.duration.histogram] of type [histogram] is not supported for aggregation [rate]”

To use the rate aggregation in the APM app, we'd need support for histogram fields. We currently have a bug which seems like an ideal candidate to fix by using the rate aggregation: elastic/kibana#77474

See also the discussion in the original issue: #60674 (comment)

@dgieselaar dgieselaar added >enhancement needs:triage Requires assignment of a team area label labels Sep 28, 2020
@iverase iverase added :Analytics/Aggregations Aggregations and removed needs:triage Requires assignment of a team area label labels Sep 28, 2020
@elasticmachine
Copy link
Collaborator

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

@elasticmachine elasticmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Sep 28, 2020
imotov added a commit that referenced this issue Oct 8, 2020
The rate aggregation now supports histogram fields. At the moment only sum
is supported. 

Closes #62939
imotov added a commit to imotov/elasticsearch that referenced this issue Oct 8, 2020
The rate aggregation now supports histogram fields. At the moment only sum
is supported.

Closes elastic#62939
imotov added a commit that referenced this issue Oct 8, 2020
The rate aggregation now supports histogram fields. At the moment only sum
is supported.

Closes #62939
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Aggregations Aggregations >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants