bicep icon indicating copy to clipboard operation
bicep copied to clipboard

Telemetry Improvement: Create telemetry item for completion of a resource type

Open ucheNkadiCode opened this issue 2 years ago • 2 comments

In order to scope our problem to the most common resources #6249, it would be great to be able to track, what are the most common completions for "resource blah '_____'". This is the case where a user is trying to find the correct resource tag after they have named it.

Related to #6327

Partial Blocker for #6249

@StephenWeatherford has telemetry and information on ARM resources that are being used including version! Are we able to get to the Azure backend telemetry and see what's actually being deployed?

ucheNkadiCode avatar Mar 28 '22 20:03 ucheNkadiCode

The name of this event will be vscode-bicep/snippet/resourcetype

ucheNkadiCode avatar May 19 '22 21:05 ucheNkadiCode

Telemetry should include

  • resource type
  • version they select
  • islatest boolean for if it is the lastest version available (if possible)

Could also help the doc team with understanding the most authored resources and snippets

ucheNkadiCode avatar May 19 '22 21:05 ucheNkadiCode