Commit dd0fa2a
committed
chore: release v2.14.0
feat(telemetry): comprehensive observability expansion
- Rewrite TelemetryService with 15 event helpers (up from 7)
- Add rich activation context: vscode/os/node version, copilot chat state
- Add deactivation session summary: duration, total commands + requests
- Extend server.started with ws, mcp, model family, concurrency, key flags
- Extend server.stopped with uptime and error rate buckets
- Extend request.completed with endpoint, token/message count buckets,
hasTools, hasSystemPrompt, finishReason, cacheHit
- Add request.error event: per-request error category classification
- Add rateLimit.hit event wired to 429 rate-limit rejection path
- Add model.switched event after quickpick model change
- Add config.changed event via workspace configuration listener
- Add ws.connected/message/disconnected/error events in WS handler
- Add uriHandler.invoked event for deep-link paths
- Add perf.heartbeat every 5 min: heap, uptime, rpm, error rate
- Wire telemetryCommand to all 3 chat commands (were untracked)
- Add bucketEndpoint() helper for low-cardinality App Insights dimensions
- Export shared bucketing utilities from TelemetryService
deps: bump lint-staged 17.0.4, typescript-eslint 8.59.3,
@types/node 25.7.0, ws 8.20.1 (security fix)1 parent 62ca686 commit dd0fa2a
9 files changed
Lines changed: 78794 additions & 77533 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
7 | 38 | | |
8 | 39 | | |
9 | 40 | | |
| |||
0 commit comments