Spike: Investigate GLQL integration with analytics dashboards
Problem to solve
TBD
Architecture design doc: https://handbook.gitlab.com/handbook/engineering/architecture/design-documents/glql/
Proposed solution
TBD
TBD
Architecture design doc: https://handbook.gitlab.com/handbook/engineering/architecture/design-documents/glql/
TBD
added gitlab-org#13801 as parent epic
changed the description
changed milestone to %Backlog
assigned to @rob.hunt
removed priority2 label
added workflowproblem validation label
changed the description
mentioned in merge request !175879
Had some free time, so I started playing around with this: Draft: Add basic GLQL to dashboards (!175879)
Right now the table presenter works, but it doesn't bubble errors for the panel to handle, and I haven't yet tested other presenters.
The approach of using the existing presenter logic means we don't need to reinvent the UI handling and is simple to add. But it also means that the GLQL datasource will only work with the GLQL visualization type. We may want to change this approach to have a GLQL datasource that uses the existing visualizations logic instead and just use the GLQL parsing process
/FYI @drosse