Skip to content

Commit b0d6bc5

Browse files
committed
Adding telemetry for UTG build and execute
1 parent 8387531 commit b0d6bc5

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,6 +2350,92 @@
23502350
}
23512351
]
23522352
},
2353+
{
2354+
"name": "amazonq_unitTestGeneration",
2355+
"description": "Client side invocation of the Amazon Q Unit Test Generation with build and execute loop",
2356+
"metadata": [
2357+
{
2358+
"type": "acceptedCharactersCount",
2359+
"required": false
2360+
},
2361+
{
2362+
"type": "acceptedCount",
2363+
"required": false
2364+
},
2365+
{
2366+
"type": "acceptedLinesCount",
2367+
"required": false
2368+
},
2369+
{
2370+
"type": "artifactsUploadDuration",
2371+
"required": false
2372+
},
2373+
{
2374+
"type": "buildZipFileBytes",
2375+
"required": false
2376+
},
2377+
{
2378+
"type": "count",
2379+
"required": false
2380+
},
2381+
{
2382+
"type": "credentialStartUrl",
2383+
"required": false
2384+
},
2385+
{
2386+
"type": "cwsprChatProgrammingLanguage"
2387+
},
2388+
{
2389+
"type": "generatedCharactersCount",
2390+
"required": false
2391+
},
2392+
{
2393+
"type": "generatedCount",
2394+
"required": false
2395+
},
2396+
{
2397+
"type": "generatedLinesCount",
2398+
"required": false
2399+
},
2400+
{
2401+
"type": "hasUserPromptSupplied"
2402+
},
2403+
{
2404+
"type": "isCodeBlockSelected",
2405+
"required": false
2406+
},
2407+
{
2408+
"type": "isSupportedLanguage"
2409+
},
2410+
{
2411+
"type": "jobGroup",
2412+
"required": false
2413+
},
2414+
{
2415+
"type": "jobId",
2416+
"required": false
2417+
},
2418+
{
2419+
"type": "perfClientLatency",
2420+
"required": false
2421+
},
2422+
{
2423+
"type": "reason",
2424+
"required": false
2425+
},
2426+
{
2427+
"type": "reasonDesc",
2428+
"required": false
2429+
},
2430+
{
2431+
"type": "result"
2432+
},
2433+
{
2434+
"type": "update",
2435+
"required": false
2436+
}
2437+
]
2438+
},
23532439
{
23542440
"name": "amazonq_utgGenerateTests",
23552441
"description": "Client side invocation of the AmazonQ Unit Test Generation",

0 commit comments

Comments
 (0)