Skip to content

Commit eae47c0

Browse files
committed
feat: adding new fields for NEP telemtry events
1 parent 4cc5288 commit eae47c0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,26 @@
913913
"type": "string",
914914
"description": "The user group identifier we assign to the customer and it should be unique identifier across different IDE platforms, i.e. Classifier, CrossFile etc."
915915
},
916+
{
917+
"name": "codewhispererAddedCharactersCount",
918+
"type": "int",
919+
"description": "The number of new characters of code that will be added by the suggestion if accepted, excluding any characters from the beginning of the suggestion that the user had typed in after the trigger. "
920+
},
921+
{
922+
"name": "codewhispererDeletedCharacterCount",
923+
"type": "int",
924+
"description": "The number of characters of existing code that will be removed by the suggestion if accepted."
925+
},
926+
{
927+
"name": "codewhispererStreakLength",
928+
"type": "int",
929+
"description": "The length of the last completed streak. A streak is a string of unbroken, consecutive suggestion accepted by the user. "
930+
},
931+
{
932+
"name": "codewhispererUnmodifiedAddedCharacterCount",
933+
"type": "int",
934+
"description": "The number of new characters of code from the suggestion still in the codebase after 5 mins."
935+
},
916936
{
917937
"name": "component",
918938
"type": "string",

0 commit comments

Comments
 (0)