Skip to content

Commit c06dbef

Browse files
dhasani23David Hasani
andauthored
telemetry(amazonq): add optional field to validateProject metric for SQL conversions (aws#909)
## Problem Want to be able to track various metadata, such as how often a project is eligible for both language upgrade and SQL conversion. ## Solution Add an optional field to an existing 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 2ee83b6 commit c06dbef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,11 @@
470470
"type": "string",
471471
"description": "A unique upload ID for S3"
472472
},
473+
{
474+
"name": "codeTransformValidationMetadata",
475+
"type": "string",
476+
"description": "A field for storing various validation metadata"
477+
},
473478
{
474479
"name": "codeTransformVCSViewerSrcComponents",
475480
"type": "string",
@@ -4181,6 +4186,10 @@
41814186
"type": "codeTransformSessionId",
41824187
"required": true
41834188
},
4189+
{
4190+
"type": "codeTransformValidationMetadata",
4191+
"required": false
4192+
},
41844193
{
41854194
"type": "reason",
41864195
"required": false

0 commit comments

Comments
 (0)