kubeshop / vscode-monokle

An extension for Visual Studio Code to validate your Kubernetes configuration
https://marketplace.visualstudio.com/items?itemName=kubeshop.monokle
MIT License
6 stars 0 forks source link

Usage Telemetry #24

Closed olensmar closed 1 year ago

olensmar commented 1 year ago

To understand how we can improve the extension we should collect some basic usage telemetry - as we do for our other projects. This should be enabled by default but have a configuration setting to disable.

Initial events to track:

f1ames commented 1 year ago
  • install?

Could be first launch or something like this.

  • run-command [cmd]
  • change-config
  • when user hovers a problem in the editor

👍

  • when user selects a problem in the SARIF viewer [problemId]
  • when user selects [View Problem] in the editor hover [problemId]

Those may require changes in SARIF extension.

olensmar commented 1 year ago

that's fine - understand that things happening "inside" SARIF extension components will not be trackable for now..