|
129 | 129 | "type": "int",
|
130 | 130 | "description": "Time taken to fetch the upload URL and upload the artifacts in milliseconds"
|
131 | 131 | },
|
| 132 | + { |
| 133 | + "name": "artifactType", |
| 134 | + "type": "string", |
| 135 | + "description": "type of artifact used in a request" |
| 136 | + }, |
132 | 137 | {
|
133 | 138 | "name": "attempts",
|
134 | 139 | "type": "int",
|
|
572 | 577 | {
|
573 | 578 | "name": "codewhispererCodeScanJobId",
|
574 | 579 | "type": "string",
|
575 |
| - "description": "The ID of the security scan job" |
| 580 | + "description": "The ID of the scan job" |
576 | 581 | },
|
577 | 582 | {
|
578 | 583 | "name": "codewhispererCodeScanLines",
|
|
603 | 608 | {
|
604 | 609 | "name": "codewhispererCodeScanSrcZipFileBytes",
|
605 | 610 | "type": "int",
|
606 |
| - "description": "The compressed payload size of source files in bytes of customer project context sent for security scan" |
| 611 | + "description": "The compressed payload size of source files in bytes of customer project context sent for scan" |
607 | 612 | },
|
608 | 613 | {
|
609 | 614 | "name": "codewhispererCodeScanTotalIssues",
|
610 | 615 | "type": "int",
|
611 |
| - "description": "The number of security issues been detected" |
| 616 | + "description": "The number of issues been detected" |
612 | 617 | },
|
613 | 618 | {
|
614 | 619 | "name": "codewhispererCompletionType",
|
|
993 | 998 | "other"
|
994 | 999 | ]
|
995 | 1000 | },
|
| 1001 | + { |
| 1002 | + "name": "customRules", |
| 1003 | + "type": "int", |
| 1004 | + "description": "number of custom rules present in a request" |
| 1005 | + }, |
996 | 1006 | {
|
997 | 1007 | "name": "cwsprAgenticChatInteractionType",
|
998 | 1008 | "type": "string",
|
|
2671 | 2681 | }
|
2672 | 2682 | ]
|
2673 | 2683 | },
|
| 2684 | + { |
| 2685 | + "name": "amazonq_codeReviewTool", |
| 2686 | + "description": "This metric is used to evaluate Amazon Q's code review tool", |
| 2687 | + "metadata": [ |
| 2688 | + { |
| 2689 | + "type": "artifactType", |
| 2690 | + "required": false |
| 2691 | + }, |
| 2692 | + { |
| 2693 | + "type": "codewhispererCodeScanJobId", |
| 2694 | + "required": false |
| 2695 | + }, |
| 2696 | + { |
| 2697 | + "type": "codewhispererCodeScanSrcZipFileBytes", |
| 2698 | + "required": false |
| 2699 | + }, |
| 2700 | + { |
| 2701 | + "type": "codewhispererCodeScanTotalIssues", |
| 2702 | + "required": false |
| 2703 | + }, |
| 2704 | + { |
| 2705 | + "type": "customRules", |
| 2706 | + "required": false |
| 2707 | + }, |
| 2708 | + { |
| 2709 | + "type": "reason", |
| 2710 | + "required": false |
| 2711 | + }, |
| 2712 | + { |
| 2713 | + "type": "reasonDesc", |
| 2714 | + "required": false |
| 2715 | + }, |
| 2716 | + { |
| 2717 | + "type": "result" |
| 2718 | + }, |
| 2719 | + { |
| 2720 | + "type": "scope", |
| 2721 | + "required": false |
| 2722 | + } |
| 2723 | + ] |
| 2724 | + }, |
2674 | 2725 | {
|
2675 | 2726 | "name": "amazonq_createUpload",
|
2676 | 2727 | "description": "Captures createUploadUrl invocation process",
|
|
0 commit comments