Skip to content

Commit

Permalink
refactor(amazonq): remove duplicate metric #935
Browse files Browse the repository at this point in the history
## Problem
`codeTransform_jobIsStartedFromChatPrompt` is unused, and we already
have `codeTransform_initiateTransform`

## Solution
Remove
  • Loading branch information
dhasani23 authored Dec 10, 2024
1 parent 0bec1b3 commit c4b91ce
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4109,20 +4109,6 @@
}
]
},
{
"name": "codeTransform_jobIsStartedFromChatPrompt",
"description": "The user initiates a transform job from the Amazon Q chat prompt.",
"metadata": [
{
"type": "codeTransformSessionId",
"required": true
},
{
"type": "credentialSourceId",
"required": false
}
]
},
{
"name": "codeTransform_jobStart",
"description": "Transform job started for uploaded project.",
Expand Down

0 comments on commit c4b91ce

Please sign in to comment.