Skip to content

Commit

Permalink
feart(awsq-telemetery): minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaabv16 committed Oct 26, 2023
1 parent 1679b28 commit 88f447b
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -871,11 +871,6 @@
"type": "int",
"description": "Number of times user has clicked on Generate Code after they have iterated through the approach phase"
},
{
"name": "awsqApproachIterationCount",
"type": "int",
"description": "Number of times an Approach has been created per task"
},
{
"name": "awsqFilesReviewedCount",
"type": "int",
Expand All @@ -900,11 +895,6 @@
"name": "awsqThumbsDownCount",
"type": "int",
"description": "Number of users click on the thumbs down button to say that they are unsatisfied"
},
{
"name": "awsqServiceErrorsCount",
"type": "int",
"description": "Number of errors from engineering and service availability?"
}
],
"metrics": [
Expand Down Expand Up @@ -2636,7 +2626,7 @@
"metadata": [{ "type": "enabled" }]
},
{
"name": "awsq_repositorySize",
"name": "awsq_repo",
"description": "User provides awsq with repository",
"metadata": [{ "type": "awsqRepositorySize" }]
},
Expand All @@ -2647,13 +2637,13 @@
"metadata": [{ "type": "awsqFilesChangedCount" }]
},
{
"name": "awsq_thumbsUpCount",
"name": "awsq_thumbsUp",
"description": "User clicked on the thumbs up button, to mention that they are satisfied",
"unit": "Count",
"metadata": [{ "type": "awsqThumbsUpCount" }]
},
{
"name": "awsq_thumbsDownCount",
"name": "awsq_thumbsDown",
"description": "User clicked on the thumbs down button to say that they are unsatisfied",
"unit": "Count",
"metadata": [{ "type": "awsqThumbsDownCount" }]
Expand Down

0 comments on commit 88f447b

Please sign in to comment.