Skip to content

Commit f9a0e7e

Browse files
authored
telemetry: Add codewhispererCharactersModified field to track modification amount (#807)
1 parent 7e51038 commit f9a0e7e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,12 @@
513513
{
514514
"name": "codewhispererCharactersAccepted",
515515
"type": "int",
516-
"description": "The number of characters user has accepted through partial acceptance."
516+
"description": "The number of characters user has accepted through inline completion service"
517+
},
518+
{
519+
"name": "codewhispererCharactersModified",
520+
"type": "int",
521+
"description": "number of characters modified by users within the accepted inline suggestion"
517522
},
518523
{
519524
"name": "codewhispererCharactersRecommended",
@@ -4720,6 +4725,12 @@
47204725
"name": "codewhisperer_userModification",
47214726
"description": "Percentage of user modifications for the selected suggestion until a fixed period of time",
47224727
"metadata": [
4728+
{
4729+
"type": "codewhispererCharactersAccepted"
4730+
},
4731+
{
4732+
"type": "codewhispererCharactersModified"
4733+
},
47234734
{
47244735
"type": "codewhispererCompletionType"
47254736
},

0 commit comments

Comments
 (0)