|
2314 | 2314 | "description": "Client side metrics of AmazonQ Unit Test Generation", |
2315 | 2315 | "metadata": [ |
2316 | 2316 | { |
2317 | | - "type": "credentialStartUrl", |
| 2317 | + "type": "charsOfCodeAccepted", |
2318 | 2318 | "required": false |
2319 | 2319 | }, |
2320 | 2320 | { |
2321 | | - "type": "cwsprChatProgrammingLanguage" |
| 2321 | + "type": "charsOfCodeGenerated", |
| 2322 | + "required": false |
2322 | 2323 | }, |
2323 | 2324 | { |
2324 | | - "type": "supportedLanguage" |
| 2325 | + "type": "credentialStartUrl", |
| 2326 | + "required": false |
2325 | 2327 | }, |
2326 | 2328 | { |
2327 | | - "type": "userEnteredPromptMessage" |
2328 | | - }, |
2329 | | - { |
2330 | | - "type": "testGenerationJobGroupName", |
2331 | | - "required": false |
| 2329 | + "type": "cwsprChatProgrammingLanguage" |
2332 | 2330 | }, |
2333 | 2331 | { |
2334 | 2332 | "type": "linesOfCodeAccepted", |
|
2339 | 2337 | "required": false |
2340 | 2338 | }, |
2341 | 2339 | { |
2342 | | - "type": "charsOfCodeAccepted", |
| 2340 | + "type": "numberOfUnitTestCasesAccepted", |
2343 | 2341 | "required": false |
2344 | 2342 | }, |
2345 | 2343 | { |
2346 | | - "type": "charsOfCodeGenerated", |
| 2344 | + "type": "numberOfUnitTestCasesGenerated", |
2347 | 2345 | "required": false |
2348 | 2346 | }, |
2349 | 2347 | { |
2350 | | - "type": "numberOfUnitTestCasesAccepted", |
| 2348 | + "type": "numberOfBuildExecuted", |
2351 | 2349 | "required": false |
2352 | 2350 | }, |
2353 | 2351 | { |
2354 | | - "type": "numberOfUnitTestCasesGenerated", |
| 2352 | + "type": "numberOfBuildFailed", |
2355 | 2353 | "required": false |
2356 | 2354 | }, |
2357 | 2355 | { |
2358 | | - "type": "numberOfBuildExecuted", |
2359 | | - "required": false |
| 2356 | + "type": "supportedLanguage" |
2360 | 2357 | }, |
2361 | 2358 | { |
2362 | | - "type": "numberOfBuildFailed", |
| 2359 | + "type": "testGenerationJobGroupName", |
2363 | 2360 | "required": false |
2364 | 2361 | }, |
2365 | 2362 | { |
2366 | 2363 | "type": "numberOfBuildPassed", |
2367 | 2364 | "required": false |
| 2365 | + }, |
| 2366 | + { |
| 2367 | + "type": "userEnteredPromptMessage" |
2368 | 2368 | } |
2369 | 2369 | ] |
2370 | 2370 | }, |
2371 | 2371 | { |
2372 | | - "name": "amazonq_utg_generateTests", |
2373 | | - "description": "Client side invocation of the AmazonQ Unit Test Generation", |
| 2372 | + "name": "amazonq_utg_buildLoop", |
| 2373 | + "description": "Client side invocation of the AmazonQ Unit Test Generation build loop", |
2374 | 2374 | "metadata": [ |
2375 | 2375 | { |
2376 | | - "type": "artifactsUploadDuration", |
2377 | | - "required": false |
2378 | | - }, |
2379 | | - { |
2380 | | - "type": "charsOfCodeGenerated", |
2381 | | - "required": false |
2382 | | - }, |
2383 | | - { |
2384 | | - "type": "charsOfCodeAccepted", |
| 2376 | + "type": "buildStatus", |
2385 | 2377 | "required": false |
2386 | 2378 | }, |
2387 | 2379 | { |
|
2392 | 2384 | "type": "cwsprChatProgrammingLanguage" |
2393 | 2385 | }, |
2394 | 2386 | { |
2395 | | - "type": "latencyOfGeneratingTests", |
| 2387 | + "type": "latencyOfClientSideBuild", |
2396 | 2388 | "required": false |
2397 | 2389 | }, |
2398 | 2390 | { |
2399 | | - "type": "linesOfCodeAccepted", |
| 2391 | + "type": "source", |
2400 | 2392 | "required": false |
2401 | 2393 | }, |
2402 | 2394 | { |
2403 | | - "type": "linesOfCodeGenerated", |
2404 | | - "required": false |
| 2395 | + "type": "supportedLanguage" |
2405 | 2396 | }, |
2406 | 2397 | { |
2407 | | - "type": "numberOfUnitTestCasesAccepted", |
| 2398 | + "type": "testGenerationJobGroupName", |
2408 | 2399 | "required": false |
2409 | 2400 | }, |
2410 | 2401 | { |
2411 | | - "type": "numberOfUnitTestCasesGenerated", |
| 2402 | + "type": "testGenerationJobId", |
2412 | 2403 | "required": false |
2413 | 2404 | }, |
2414 | 2405 | { |
2415 | | - "type": "source", |
| 2406 | + "type": "userEnteredPromptMessage" |
| 2407 | + } |
| 2408 | + ] |
| 2409 | + }, |
| 2410 | + { |
| 2411 | + "name": "amazonq_utg_generateTests", |
| 2412 | + "description": "Client side invocation of the AmazonQ Unit Test Generation", |
| 2413 | + "metadata": [ |
| 2414 | + { |
| 2415 | + "type": "artifactsUploadDuration", |
2416 | 2416 | "required": false |
2417 | 2417 | }, |
2418 | 2418 | { |
2419 | | - "type": "supportedLanguage" |
| 2419 | + "type": "charsOfCodeAccepted", |
| 2420 | + "required": false |
2420 | 2421 | }, |
2421 | 2422 | { |
2422 | | - "type": "testGenerationJobGroupName", |
| 2423 | + "type": "charsOfCodeGenerated", |
2423 | 2424 | "required": false |
2424 | 2425 | }, |
2425 | 2426 | { |
2426 | | - "type": "testGenerationJobId", |
| 2427 | + "type": "credentialStartUrl", |
2427 | 2428 | "required": false |
2428 | 2429 | }, |
2429 | 2430 | { |
2430 | | - "type": "userEnteredPromptMessage" |
| 2431 | + "type": "cwsprChatProgrammingLanguage" |
2431 | 2432 | }, |
2432 | 2433 | { |
2433 | | - "type": "unitTestGenerationBuildPayloadBytes", |
| 2434 | + "type": "latencyOfGeneratingTests", |
2434 | 2435 | "required": false |
2435 | 2436 | }, |
2436 | 2437 | { |
2437 | | - "type": "unitTestGenerationBuildZipFileBytes", |
2438 | | - "required": false |
2439 | | - } |
2440 | | - ] |
2441 | | - }, |
2442 | | - { |
2443 | | - "name": "amazonq_utg_buildLoop", |
2444 | | - "description": "Client side invocation of the AmazonQ Unit Test Generation build loop", |
2445 | | - "metadata": [ |
2446 | | - { |
2447 | | - "type": "buildStatus", |
| 2438 | + "type": "linesOfCodeAccepted", |
2448 | 2439 | "required": false |
2449 | 2440 | }, |
2450 | 2441 | { |
2451 | | - "type": "credentialStartUrl", |
| 2442 | + "type": "linesOfCodeGenerated", |
2452 | 2443 | "required": false |
2453 | 2444 | }, |
2454 | 2445 | { |
2455 | | - "type": "cwsprChatProgrammingLanguage" |
| 2446 | + "type": "numberOfUnitTestCasesAccepted", |
| 2447 | + "required": false |
2456 | 2448 | }, |
2457 | 2449 | { |
2458 | | - "type": "latencyOfClientSideBuild", |
| 2450 | + "type": "numberOfUnitTestCasesGenerated", |
2459 | 2451 | "required": false |
2460 | 2452 | }, |
2461 | 2453 | { |
|
2470 | 2462 | "required": false |
2471 | 2463 | }, |
2472 | 2464 | { |
2473 | | - "type": "testGenerationJobId", |
| 2465 | + "type": "testGenerationJobId", |
2474 | 2466 | "required": false |
2475 | 2467 | }, |
2476 | 2468 | { |
2477 | 2469 | "type": "userEnteredPromptMessage" |
| 2470 | + }, |
| 2471 | + { |
| 2472 | + "type": "unitTestGenerationBuildPayloadBytes", |
| 2473 | + "required": false |
| 2474 | + }, |
| 2475 | + { |
| 2476 | + "type": "unitTestGenerationBuildZipFileBytes", |
| 2477 | + "required": false |
2478 | 2478 | } |
2479 | 2479 | ] |
2480 | 2480 | }, |
|
0 commit comments