-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[TSVB][Lens] Added support of Variance aggregation for navigate to lens #143209
[TSVB][Lens] Added support of Variance aggregation for navigate to lens #143209
Conversation
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
Why don't we allow the transition for moving average? It can be Same question for Derivative. |
@stratoula good catch! Forgot to add new case for converting parent pipeline aggs. Fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works fine now, LGTM
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: cc @VladLasitsa |
Summary
Completes part of #138236
Added support of 'Variance' aggregation. This aggregation convert to formula -
pow(standard_deviation(fieldName), 2)
TSVB:
![Снимок экрана 2022-10-12 в 18 13 43](https://user-images.githubusercontent.com/16915480/195381301-cc039da8-2872-4e59-8363-bdc63c582677.png)
After conversion in Lens:
![Снимок экрана 2022-10-12 в 18 14 10](https://user-images.githubusercontent.com/16915480/195381378-ef2941a3-d4ea-495f-ac2b-5a87261e6f20.png)