Skip to content

Commit

Permalink
CW: Telemetry changes to UserTriggerDecision and UserDecision
Browse files Browse the repository at this point in the history
  • Loading branch information
laileni-aws committed Sep 22, 2023
1 parent cb421cd commit 71c82d6
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,11 @@
"type": "string",
"description": "The type of the getting started task to open the file",
"allowedValues": [
"Automatic",
"Manual",
"Comments",
"TestCase",
"Navigattion"
"AUTO_TRIGGER",
"MANUAL_TRIGGER",
"COMMENT_AS_PROMPT",
"UNIT_TEST",
"NAVIGATION"
]
},
{
Expand Down Expand Up @@ -2750,6 +2750,10 @@
{
"type": "codewhispererLanguage"
},
{
"type": "codewhispererGettingStartedTaskType",
"required": false
},
{
"type": "codewhispererPaginationProgress",
"required": false
Expand Down Expand Up @@ -2851,6 +2855,10 @@
{
"type": "codewhispererLanguage"
},
{
"type": "codewhispererGettingStartedTaskType",
"required": false
},
{
"type": "codewhispererTriggerType"
},
Expand Down Expand Up @@ -2929,6 +2937,19 @@
}
]
},
{
"name": "codewhisperer_onboardingTaskButtonClick",
"description": "This metric provides the particular language and task type selected by the user in the onboarding page by clicking on the Try Exmaple button.",
"metadata": [
{
"type": "codewhispererLanguage"
},
{
"type": "codewhispererGettingStartedTaskType",
"required": false
}
]
},
{
"name": "codewhisperer_userModification",
"description": "Percentage of user modifications for the selected suggestion until a fixed period of time",
Expand Down

0 comments on commit 71c82d6

Please sign in to comment.