VS Code telemetry needs to be more granular
Open
type:enhancement
type:telemetry
- Dominant language
- C#
- Stars
- 3.8k
- Forks
- 333
- Avg merge
- 16h 29m
- Merged PRs (30d)
- 116
Description
The telemetry is mostly put in when registering the commands.
Today, the `ms-graph.kiota/kiota.openApiExplorer.generateClient` command encompasses all the generation events (client, manifest, plugin).
Having a more granular telemetry for each generation event would helps us understand better the extension use.
So we need to have separate events for:
- client
- api plugin (copilot plugin)
- api manifest
- openai plugin (other)
Contributor guide
Assessment
This issue has not been assessed yet.