bicep
bicep copied to clipboard
Telemetry Improvement: Create telemetry item for completion of a resource type
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?
The name of this event will be vscode-bicep/snippet/resourcetype
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