You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: telemetry/definitions/commonDefinitions.json
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -511,6 +511,11 @@
511
511
"type": "int",
512
512
"description": "The number of tokens that are accepted and not modified by the user"
513
513
},
514
+
{
515
+
"name": "codewhispererAddedCharactersCount",
516
+
"type": "int",
517
+
"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. "
518
+
},
514
519
{
515
520
"name": "codewhispererAllCompletionsLatency",
516
521
"type": "double",
@@ -634,6 +639,11 @@
634
639
"type": "string",
635
640
"description": "The currently selected customization arn(None if using the base model)"
636
641
},
642
+
{
643
+
"name": "codewhispererDeletedCharacterCount",
644
+
"type": "int",
645
+
"description": "The number of characters of existing code that will be removed by the suggestion if accepted."
646
+
},
637
647
{
638
648
"name": "codewhispererEndToEndLatency",
639
649
"type": "double",
@@ -795,6 +805,11 @@
795
805
"type": "string",
796
806
"description": "The unique identifier for a CodeWhisperer session(which can contain multiple requests)"
797
807
},
808
+
{
809
+
"name": "codewhispererStreakLength",
810
+
"type": "int",
811
+
"description": "The length of the last completed streak. A streak is a string of unbroken, consecutive suggestion accepted by the user. "
812
+
},
798
813
{
799
814
"name": "codewhispererSuggestedTokens",
800
815
"type": "int",
@@ -908,6 +923,11 @@
908
923
"type": "int",
909
924
"description": "The length of additional characters inputted by the user since the invocation. "
0 commit comments