Allow support for aggregations in GLQL
What does this MR do and why?
Allow support for aggregations in GLQL
Allow aggregating metrics like count and totalTimeToMerge (for MRs) over a period of time in GLQL
References
Build a PoC to demonstrate feasibility of addin... (#560284 - closed)
Screenshots or screen recordings
Issues | MRs | |
---|---|---|
Query |
|
|
Screenshot |
How to set up and validate locally
- Enable feature flag
:glql_aggregation
- In a project, enter both queries mentioned in the Screenshots section in an issue description.
- These queries should produce aggregated results.
Note: totalTimeToMerge
returns null
on GDK because of lack of data. This should work fine on production.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Himanshu Kapoor