|
867 | 867 | "required": false
|
868 | 868 | }
|
869 | 869 | ]
|
| 870 | + }, |
| 871 | + { |
| 872 | + "name": "amazonq_codeGenerationThumbsUp", |
| 873 | + "description": "User clicked on the thumbs up button to say that they are unsatisfied", |
| 874 | + "unit": "Count", |
| 875 | + "metadata": [ |
| 876 | + { "type": "amazonqConversationId" }, |
| 877 | + { |
| 878 | + "type": "credentialStartUrl", |
| 879 | + "required": false |
| 880 | + } |
| 881 | + ] |
| 882 | + }, |
| 883 | + { |
| 884 | + "name": "amazonq_codeGenerationThumbsDown", |
| 885 | + "description": "User clicked on the thumbs down button to say that they are unsatisfied", |
| 886 | + "unit": "Count", |
| 887 | + "metadata": [ |
| 888 | + { "type": "amazonqConversationId" }, |
| 889 | + { |
| 890 | + "type": "credentialStartUrl", |
| 891 | + "required": false |
| 892 | + } |
| 893 | + ] |
| 894 | + }, |
| 895 | + { |
| 896 | + "name": "amazonq_approachThumbsUp", |
| 897 | + "description": "User clicked on the thumbs up button, to mention that they are satisfied", |
| 898 | + "unit": "Count", |
| 899 | + "metadata": [ |
| 900 | + { "type": "amazonqConversationId" }, |
| 901 | + { |
| 902 | + "type": "credentialStartUrl", |
| 903 | + "required": false |
| 904 | + } |
| 905 | + ] |
| 906 | + }, |
| 907 | + { |
| 908 | + "name": "amazonq_isReviewedChanges", |
| 909 | + "description": "User reviewed changes", |
| 910 | + "passive": true, |
| 911 | + "metadata": [ |
| 912 | + { "type": "enabled" }, |
| 913 | + { "type": "amazonqConversationId" }, |
| 914 | + { |
| 915 | + "type": "credentialStartUrl", |
| 916 | + "required": false |
| 917 | + } |
| 918 | + ] |
| 919 | + }, |
| 920 | + |
| 921 | + { |
| 922 | + "name": "amazonq_startChat", |
| 923 | + "description": "Number of times the user have triggered /dev and started the chat", |
| 924 | + "unit": "Count", |
| 925 | + "metadata": [ |
| 926 | + { "type": "amazonqConversationId" }, |
| 927 | + { |
| 928 | + "type": "credentialStartUrl", |
| 929 | + "required": false |
| 930 | + } |
| 931 | + ] |
| 932 | + }, |
| 933 | + { |
| 934 | + "name": "amazonq_endChat", |
| 935 | + "description": "Captures end of the conversation with amazonq /dev", |
| 936 | + "metadata": [ |
| 937 | + { "type": "amazonqConversationId" }, |
| 938 | + { "type": "amazonqEndOfTheConversationLatency", "required": false }, |
| 939 | + { |
| 940 | + "type": "credentialStartUrl", |
| 941 | + "required": false |
| 942 | + } |
| 943 | + ] |
| 944 | + }, |
| 945 | + { |
| 946 | + "name": "amazonq_approachInvoke", |
| 947 | + "description": "Captures Approach generation process", |
| 948 | + "metadata": [ |
| 949 | + { "type": "amazonqConversationId" }, |
| 950 | + { "type": "amazonqGenerateApproachIteration" }, |
| 951 | + { "type": "amazonqGenerateApproachLatency" }, |
| 952 | + { |
| 953 | + "type": "credentialStartUrl", |
| 954 | + "required": false |
| 955 | + } |
| 956 | + ] |
| 957 | + }, |
| 958 | + { |
| 959 | + "name": "amazonq_startConversationInvoke", |
| 960 | + "description": "Captures startConversation invocation process", |
| 961 | + "metadata": [ |
| 962 | + { "type": "amazonqConversationId", "required": false }, |
| 963 | + { |
| 964 | + "type": "credentialStartUrl", |
| 965 | + "required": false |
| 966 | + } |
| 967 | + ] |
| 968 | + }, |
| 969 | + { |
| 970 | + "name": "amazonq_createUpload", |
| 971 | + "description": "Captures createUploadUrl invocation process", |
| 972 | + "metadata": [ |
| 973 | + { "type": "amazonqConversationId" }, |
| 974 | + { "type": "amazonqRepositorySize", "required": false }, |
| 975 | + { |
| 976 | + "type": "credentialStartUrl", |
| 977 | + "required": false |
| 978 | + } |
| 979 | + ] |
870 | 980 | }
|
871 | 981 | ]
|
872 | 982 | }
|
0 commit comments