-
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
Expressions debug mode #57841
Expressions debug mode #57841
Conversation
Pinging @elastic/kibana-canvas (Team:Canvas) |
Pinging @elastic/kibana-app-arch (Team:AppArch) |
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.
Code lgtm
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.
code LGTM
* feat: 🎸 add ability to execute expression in debug mode * feat: 🎸 store resolved arguments in debug information * feat: 🎸 track function execution time and set "success" flag * feat: 🎸 store debug information for functions that throw * feat: 🎸 use performance.now, safe "fn" reference, fix typo
💔 Build FailedTest FailuresKibana Pipeline / kibana-oss-agent / Chrome UI Functional Tests.test/functional/apps/discover/_errors·js.discover app errors invalid scripted field error is renderedStandard Out
Stack Trace
Kibana Pipeline / kibana-intake-agent / Jest Tests.packages/kbn-plugin-generator/sao_template.plugin generator sao integration skips files when answering noStandard Out
Stack Trace
Kibana Pipeline / kibana-intake-agent / Jest Tests.packages/kbn-plugin-generator/sao_template.plugin generator sao integration includes app when answering yesStandard Out
Stack Trace
and 9 more failures, only showing the first 3. History
To update your PR or re-run it, just comment with: |
Summary
Closes #56746
Dev Docs
Add ability to execute expression in a "debug" mode, which would collect execution information about each function, which would be used in Expression Explorer (developed by Canvas) as well as in Canvas app when expression editor is open.
Checklist
Delete any items that are not applicable to this PR.
For maintainers