-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed as not planned
Labels
Feature:ExpressionLanguageInterpreter expression language (aka canvas pipeline)Interpreter expression language (aka canvas pipeline)Feature:InspectorInspector infrastructure and implementationsInspector infrastructure and implementationsTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//impact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.loe:mediumMedium Level of EffortMedium Level of Effort
Description
as more and more of our elements are powered by expressions it would be good to create an inspector adapter and view that would allow you to see and debug underlying expression of your chart/embeddable.
the adapter should allow to log:
- full expression (or ast)
- output of every step
- stats about execution
something like this is already available when running expression in debug mode. instead of using its own state to track debug mode data expressions should rather use this inspector adapter.
inspector view which allows you to:
- see expression and stats
- see output and statistics of every step
possible extensions:
- allow editing the expression
Metadata
Metadata
Assignees
Labels
Feature:ExpressionLanguageInterpreter expression language (aka canvas pipeline)Interpreter expression language (aka canvas pipeline)Feature:InspectorInspector infrastructure and implementationsInspector infrastructure and implementationsTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//impact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.loe:mediumMedium Level of EffortMedium Level of Effort