|
901 | 901 | "type": "double",
|
902 | 902 | "description": "Captures the number of files generated as a part of code generation iteration"
|
903 | 903 | },
|
904 |
| - |
905 | 904 | {
|
906 | 905 | "name": "amazonqRepositorySize",
|
907 | 906 | "type": "double",
|
908 | 907 | "description": "Captures size of the source code"
|
| 908 | + }, |
| 909 | + { |
| 910 | + "name": "amazonqNumberOfReferences", |
| 911 | + "type": "double", |
| 912 | + "description": "Captures the number of references" |
| 913 | + }, |
| 914 | + { |
| 915 | + "name": "amazonqEndOfTheConversationLatency", |
| 916 | + "type": "double", |
| 917 | + "description": "Total time from start to end" |
909 | 918 | }
|
910 | 919 | ],
|
911 | 920 | "metrics": [
|
|
2602 | 2611 | "metadata": [{ "type": "amazonqConversationId" }]
|
2603 | 2612 | },
|
2604 | 2613 | {
|
2605 |
| - "name": "amazonq_approachInvoke", |
2606 |
| - "description": "Emitted when the user started Approach process and captures if the proccess succeeded or failed.", |
| 2614 | + "name": "amazonq_endChat", |
| 2615 | + "description": "Captures end of the conversation with amazonq /dev", |
2607 | 2616 | "metadata": [
|
2608 | 2617 | { "type": "amazonqConversationId" },
|
2609 |
| - { "type": "result" }, |
2610 |
| - { "type": "reason", "required": false } |
| 2618 | + { "type": "amazonqEndOfTheConversationLatency", "required": false } |
2611 | 2619 | ]
|
2612 | 2620 | },
|
2613 | 2621 | {
|
2614 |
| - "name": "amazonq_approachIteration", |
2615 |
| - "description": "User recieved a result in Approach Iteration stage", |
| 2622 | + "name": "amazonq_approachInvoke", |
| 2623 | + "description": "Captures Approach generation process", |
2616 | 2624 | "metadata": [
|
2617 | 2625 | { "type": "amazonqConversationId" },
|
2618 | 2626 | { "type": "amazonqGenerateApproachIteration" },
|
|
2622 | 2630 | {
|
2623 | 2631 | "name": "amazonq_isApproachAccepted",
|
2624 | 2632 | "description": "User has accepted the approach generated",
|
2625 |
| - "metadata": [{ "type": "enabled" }, { "type": "amazonqConversationId" }] |
| 2633 | + "metadata": [{ "type": "enabled" }, { "type": "amazonqConversationId" }] |
2626 | 2634 | },
|
2627 | 2635 | {
|
2628 | 2636 | "name": "amazonq_codeGenerationInvoke",
|
2629 |
| - "description": "Emitted when the user started Code Generation process and captures if the proccess succeeded or failed.", |
2630 |
| - "metadata": [ |
2631 |
| - { "type": "amazonqConversationId" }, |
2632 |
| - { "type": "result" }, |
2633 |
| - { "type": "reason", "required": false } |
2634 |
| - ] |
2635 |
| - }, |
2636 |
| - { |
2637 |
| - "name": "amazonq_codeGenerationIteration", |
2638 |
| - "description": "User recieved a result in Code Generation Iteration stage", |
| 2637 | + "description": "Captures Code Generation generation process", |
2639 | 2638 | "metadata": [
|
2640 | 2639 | { "type": "amazonqConversationId" },
|
2641 | 2640 | { "type": "amazonqGenerateCodeIteration" },
|
2642 | 2641 | { "type": "amazonqGenerateCodeResponseLatency" },
|
2643 | 2642 | { "type": "amazonqCodeGenerationResult" },
|
2644 |
| - { "type": "amazonqNumberOfFilesGenerated" }, |
2645 |
| - { "type": "amazonqRepositorySize" } |
| 2643 | + { "type": "amazonqNumberOfFilesGenerated", "required": false }, |
| 2644 | + { "type": "amazonqRepositorySize" }, |
| 2645 | + { "type": "amazonqNumberOfReferences", "required": false } |
2646 | 2646 | ]
|
2647 | 2647 | },
|
2648 | 2648 | {
|
|
2651 | 2651 | "metadata": [{ "type": "enabled" }, { "type": "amazonqConversationId" }]
|
2652 | 2652 | },
|
2653 | 2653 | {
|
2654 |
| - "name": "amazonq_isRejectedCodeChanges", |
2655 |
| - "description": "User rejected code changes generated for the task.", |
| 2654 | + "name": "amazonq_isProvideFeedbackForCodeGen", |
| 2655 | + "description": "User asked to regenerate code generation with a comment", |
2656 | 2656 | "metadata": [{ "type": "enabled" }, { "type": "amazonqConversationId" }]
|
2657 | 2657 | },
|
2658 | 2658 | {
|
2659 | 2659 | "name": "amazonq_isReviewedChanges",
|
2660 | 2660 | "description": "User reviewed changes",
|
| 2661 | + "passive": true, |
2661 | 2662 | "metadata": [{ "type": "enabled" }, { "type": "amazonqConversationId" }]
|
2662 | 2663 | },
|
2663 | 2664 | {
|
|
0 commit comments