Enhance AI features telemetry
Summary
Currently only "code_suggestion_requested" event end in Rails app which makes it hard to make meaningful analytics of Code Suggestion features. We need to get more information to work with in order to measure impact of AI features on DevOps processes.
Proposal
Route following events to Rails platform (new telemetry ingestion endpoint):
-
code_suggestion_accepted,code_suggestion_rejected,code_suggestion_shown. - users git branch name
- suggestion language
- suggestion size in LoC
- unique suggestion identifier.
- ....anything else?
TODO
- complete list of metrics and data
- verify with legal
Edited by Pavel Shutsin