Skip to content

Commit d5b03fa

Browse files
damntreckyNick Ardecky
andauthored
Chore - update metric with generic types (#733)
* Feature - add shared telemetry metrics for AmazonQ Transform * Chore - remove type codeTransformConfigurationFilePath * Chore - update metric description definitions text * Chore - remove isVisibleToUser field * Chore - add newline character to file * Chore - update description for total runtime * Chore - fix build isssue to replace allowedValues spaces with underscores * Chore - follow up with jetbrains underscore conversion * Chore - add chat prompt to start src components * Chore - add passive attribute to projectDetails logging * Feature - add human in the loop telemetry changes * Chore - remove duplicate metrics from merge conflicts * Chore - update description * Chore - sort commonDefinitions additions * Chore - update ordering for definitions * Chore - remove duplicate definitions * Chore - add result/reason fields for IntelliJ --------- Co-authored-by: Nick Ardecky <[email protected]>
1 parent 4582e94 commit d5b03fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2796,6 +2796,14 @@
27962796
{
27972797
"type": "codeTransformSessionId",
27982798
"required": true
2799+
},
2800+
{
2801+
"type": "reason",
2802+
"required": false
2803+
},
2804+
{
2805+
"type": "result",
2806+
"required": false
27992807
}
28002808
]
28012809
},

0 commit comments

Comments
 (0)