Skip to content
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

Telemetry for Query Execution Plans #19039

Merged
merged 9 commits into from
Apr 14, 2022

Conversation

lewis-sanchez
Copy link
Contributor

This PR adds telemetry around the following areas for execution plans:

  • execution plan properties window,
  • execution plan zoom functionality,
  • execution plan top operations tab
  • execution plan open query option
  • execution plan node searching

@coveralls
Copy link

coveralls commented Apr 13, 2022

Pull Request Test Coverage Report for Build 2163195836

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 129 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.007%) to 42.209%

Files with Coverage Reduction New Missed Lines %
src/sql/workbench/contrib/queryPlan/browser/topOperations.ts 24 8.57%
src/sql/workbench/contrib/executionPlan/browser/executionPlanView.ts 105 17.31%
Totals Coverage Status
Change from base Build 2158324577: -0.007%
Covered Lines: 27649
Relevant Lines: 61240

💛 - Coveralls

@lewis-sanchez lewis-sanchez merged commit 010107a into main Apr 14, 2022
@lewis-sanchez lewis-sanchez deleted the lewissanchez/-execution-plan-telemetry-2 branch April 14, 2022 18:41
lewis-sanchez added a commit that referenced this pull request Apr 14, 2022
* Adds telemetry around how the properties window is opened

* Adds telemetry around accessing execution plan top operations

* Adds key for viewing top operations

* Adds telemetry around using the open query button and context menu item

* Adds telemetry around execution plan zoom in, out, to fit, and custom

* Adds telemetry around searching for nodes in execution plans

* Reduces telemetry additional properties to 1.

* Code review changes

* Removes unnecessary export
kburtram pushed a commit that referenced this pull request Apr 14, 2022
* Adds telemetry around how the properties window is opened

* Adds telemetry around accessing execution plan top operations

* Adds key for viewing top operations

* Adds telemetry around using the open query button and context menu item

* Adds telemetry around execution plan zoom in, out, to fit, and custom

* Adds telemetry around searching for nodes in execution plans

* Reduces telemetry additional properties to 1.

* Code review changes

* Removes unnecessary export
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants