Skip to content

Commit f905f11

Browse files
dhasani23David Hasani
andauthored
telemetry(amazonq): add fields for SQL conversions (#891)
## Problem Need telemetry for our upcoming feature which performs SQL conversions. ## Solution Add source and target DBs allowed to an existing `submitSelection` metric. <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Co-authored-by: David Hasani <[email protected]>
1 parent 49de773 commit f905f11

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,6 +1681,11 @@
16811681
"CodeOnly"
16821682
]
16831683
},
1684+
{
1685+
"name": "target",
1686+
"type": "string",
1687+
"description": "The target of the operation"
1688+
},
16841689
{
16851690
"name": "templateName",
16861691
"type": "string",
@@ -4059,6 +4064,14 @@
40594064
"type": "result",
40604065
"required": true
40614066
},
4067+
{
4068+
"type": "source",
4069+
"required": false
4070+
},
4071+
{
4072+
"type": "target",
4073+
"required": false
4074+
},
40624075
{
40634076
"type": "userChoice",
40644077
"required": false

0 commit comments

Comments
 (0)