|
183 | 183 | "type": "int", |
184 | 184 | "description": "The amount of time required for the build to complete (in seconds)." |
185 | 185 | }, |
| 186 | + { |
| 187 | + "name": "buildPayloadBytes", |
| 188 | + "type": "int", |
| 189 | + "description": "The uncompressed payload size in bytes of the source files in customer project context" |
| 190 | + }, |
| 191 | + { |
| 192 | + "name": "buildZipFileBytes", |
| 193 | + "type": "int", |
| 194 | + "description": "The compressed payload size of source files in bytes of customer project context sent" |
| 195 | + }, |
186 | 196 | { |
187 | 197 | "name": "buildSystemVersion", |
188 | 198 | "type": "string", |
|
1452 | 1462 | "type": "int", |
1453 | 1463 | "description": "Time from start to end of Generating unit tests" |
1454 | 1464 | }, |
1455 | | - { |
1456 | | - "name": "linesOfCodeAccepted", |
1457 | | - "type": "int", |
1458 | | - "description": "Number of lines of code accepted" |
1459 | | - }, |
1460 | | - { |
1461 | | - "name": "linesOfCodeGenerated", |
1462 | | - "type": "int", |
1463 | | - "description": "Number of lines of code generated" |
1464 | | - }, |
1465 | 1465 | { |
1466 | 1466 | "name": "loadFileTime", |
1467 | 1467 | "type": "int", |
|
1726 | 1726 | "description": "The number of successful operations" |
1727 | 1727 | }, |
1728 | 1728 | { |
1729 | | - "name": "supportedLanguage", |
| 1729 | + "name": "isSupportedLanguage", |
1730 | 1730 | "type": "boolean", |
1731 | 1731 | "description": "supported language" |
1732 | 1732 | }, |
|
1749 | 1749 | "type": "string", |
1750 | 1750 | "description": "Generic name of a template" |
1751 | 1751 | }, |
1752 | | - { |
1753 | | - "name": "testGenerationJobGroupName", |
1754 | | - "type": "string", |
1755 | | - "description": "Unit test generation job group name" |
1756 | | - }, |
1757 | | - { |
1758 | | - "name": "testGenerationJobId", |
1759 | | - "type": "string", |
1760 | | - "description": "Unit test generation job id" |
1761 | | - }, |
1762 | 1752 | { |
1763 | 1753 | "name": "toolId", |
1764 | 1754 | "type": "string", |
|
1782 | 1772 | "type": "string", |
1783 | 1773 | "description": "Unique identifier for the trace (a set of events) this metric belongs to" |
1784 | 1774 | }, |
1785 | | - { |
1786 | | - "name": "unitTestGenerationBuildPayloadBytes", |
1787 | | - "type": "int", |
1788 | | - "description": "The uncompressed payload size in bytes of the source files in customer project context sent for unit test generation" |
1789 | | - }, |
1790 | | - { |
1791 | | - "name": "unitTestGenerationBuildZipFileBytes", |
1792 | | - "type": "int", |
1793 | | - "description": "The compressed payload size of source files in bytes of customer project context sent for unit test generation" |
1794 | | - }, |
1795 | 1775 | { |
1796 | 1776 | "name": "update", |
1797 | 1777 | "type": "boolean", |
|
2302 | 2282 | "type": "acceptedCount", |
2303 | 2283 | "required": false |
2304 | 2284 | }, |
| 2285 | + { |
| 2286 | + "type": "acceptedLinesCount", |
| 2287 | + "required": false |
| 2288 | + }, |
2305 | 2289 | { |
2306 | 2290 | "type": "charsOfCodeAccepted", |
2307 | 2291 | "required": false |
|
2330 | 2314 | "required": false |
2331 | 2315 | }, |
2332 | 2316 | { |
2333 | | - "type": "linesOfCodeAccepted", |
| 2317 | + "type": "generatedLinesCount", |
2334 | 2318 | "required": false |
2335 | 2319 | }, |
2336 | 2320 | { |
2337 | | - "type": "linesOfCodeGenerated", |
2338 | | - "required": false |
| 2321 | + "type": "isSupportedLanguage" |
2339 | 2322 | }, |
2340 | 2323 | { |
2341 | | - "type": "successCount", |
| 2324 | + "type": "jobGroup", |
2342 | 2325 | "required": false |
2343 | 2326 | }, |
2344 | 2327 | { |
2345 | | - "type": "supportedLanguage" |
2346 | | - }, |
2347 | | - { |
2348 | | - "type": "testGenerationJobGroupName", |
| 2328 | + "type": "successCount", |
2349 | 2329 | "required": false |
2350 | 2330 | }, |
2351 | 2331 | { |
|
2357 | 2337 | "name": "amazonq_utg_buildLoop", |
2358 | 2338 | "description": "Client side invocation of the AmazonQ Unit Test Generation build loop", |
2359 | 2339 | "metadata": [ |
| 2340 | + { |
| 2341 | + "type": "codewhispererEndToEndLatency", |
| 2342 | + "required": false |
| 2343 | + }, |
2360 | 2344 | { |
2361 | 2345 | "type": "credentialStartUrl", |
2362 | 2346 | "required": false |
|
2365 | 2349 | "type": "cwsprChatProgrammingLanguage" |
2366 | 2350 | }, |
2367 | 2351 | { |
2368 | | - "type": "latencyOfClientSideBuild", |
2369 | | - "required": false |
| 2352 | + "type": "isSupportedLanguage" |
2370 | 2353 | }, |
2371 | 2354 | { |
2372 | | - "type": "result", |
| 2355 | + "type": "jobGroup", |
2373 | 2356 | "required": false |
2374 | 2357 | }, |
2375 | 2358 | { |
2376 | | - "type": "source", |
| 2359 | + "type": "jobId", |
2377 | 2360 | "required": false |
2378 | 2361 | }, |
2379 | 2362 | { |
2380 | | - "type": "supportedLanguage" |
2381 | | - }, |
2382 | | - { |
2383 | | - "type": "testGenerationJobGroupName", |
| 2363 | + "type": "result", |
2384 | 2364 | "required": false |
2385 | 2365 | }, |
2386 | 2366 | { |
2387 | | - "type": "testGenerationJobId", |
| 2367 | + "type": "source", |
2388 | 2368 | "required": false |
2389 | 2369 | }, |
2390 | 2370 | { |
|
2401 | 2381 | "required": false |
2402 | 2382 | }, |
2403 | 2383 | { |
2404 | | - "type": "artifactsUploadDuration", |
| 2384 | + "type": "acceptedLinesCount", |
2405 | 2385 | "required": false |
2406 | 2386 | }, |
2407 | 2387 | { |
2408 | | - "type": "charsOfCodeAccepted", |
| 2388 | + "type": "artifactsUploadDuration", |
2409 | 2389 | "required": false |
2410 | 2390 | }, |
2411 | 2391 | { |
2412 | | - "type": "charsOfCodeGenerated", |
| 2392 | + "type": "buildPayloadBytes", |
2413 | 2393 | "required": false |
2414 | 2394 | }, |
2415 | 2395 | { |
2416 | | - "type": "credentialStartUrl", |
| 2396 | + "type": "buildZipFileBytes", |
2417 | 2397 | "required": false |
2418 | 2398 | }, |
2419 | 2399 | { |
2420 | | - "type": "cwsprChatProgrammingLanguage" |
| 2400 | + "type": "charsOfCodeAccepted", |
| 2401 | + "required": false |
2421 | 2402 | }, |
2422 | 2403 | { |
2423 | | - "type": "generatedCount", |
| 2404 | + "type": "charsOfCodeGenerated", |
2424 | 2405 | "required": false |
2425 | 2406 | }, |
2426 | 2407 | { |
2427 | | - "type": "latencyOfGeneratingTests", |
| 2408 | + "type": "codewhispererEndToEndLatency", |
2428 | 2409 | "required": false |
2429 | 2410 | }, |
2430 | 2411 | { |
2431 | | - "type": "linesOfCodeAccepted", |
| 2412 | + "type": "credentialStartUrl", |
2432 | 2413 | "required": false |
2433 | 2414 | }, |
2434 | 2415 | { |
2435 | | - "type": "linesOfCodeGenerated", |
2436 | | - "required": false |
| 2416 | + "type": "cwsprChatProgrammingLanguage" |
2437 | 2417 | }, |
2438 | 2418 | { |
2439 | | - "type": "source", |
| 2419 | + "type": "generatedCount", |
2440 | 2420 | "required": false |
2441 | 2421 | }, |
2442 | 2422 | { |
2443 | | - "type": "supportedLanguage" |
| 2423 | + "type": "generatedLinesCount", |
| 2424 | + "required": false |
2444 | 2425 | }, |
2445 | 2426 | { |
2446 | | - "type": "testGenerationJobGroupName", |
2447 | | - "required": false |
| 2427 | + "type": "isSupportedLanguage" |
2448 | 2428 | }, |
2449 | 2429 | { |
2450 | | - "type": "testGenerationJobId", |
| 2430 | + "type": "jobGroup", |
2451 | 2431 | "required": false |
2452 | 2432 | }, |
2453 | 2433 | { |
2454 | | - "type": "unitTestGenerationBuildPayloadBytes", |
| 2434 | + "type": "jobId", |
2455 | 2435 | "required": false |
2456 | 2436 | }, |
2457 | 2437 | { |
2458 | | - "type": "unitTestGenerationBuildZipFileBytes", |
| 2438 | + "type": "source", |
2459 | 2439 | "required": false |
2460 | 2440 | }, |
2461 | 2441 | { |
|
0 commit comments