File tree Expand file tree Collapse file tree 1 file changed +22
-19
lines changed
packages/core/src/shared/telemetry Expand file tree Collapse file tree 1 file changed +22
-19
lines changed Original file line number Diff line number Diff line change 950950 }
951951 ]
952952 },
953- {
954- "name" : " amazonq_trackScenarioCountUsage" ,
955- "description" : " Count how many times a scenario is reached." ,
956- "unit" : " Count" ,
957- "metadata" : [
958- {
959- "type" : " amazonqConversationId" ,
960- "required" : true
961- },
962- {
963- "type" : " credentialStartUrl" ,
964- "required" : false
965- },
966- {
967- "type" : " scenarioType" ,
968- "required" : true
969- }
970- ]
971- },
972953 {
973954 "name" : " amazonq_approachThumbsUp" ,
974955 "description" : " User clicked on the thumbs up button, to mention that they are satisfied" ,
12231204 "required" : true
12241205 }
12251206 ]
1207+ },
1208+ {
1209+ "name" : " toolkit_trackScenario" ,
1210+ "description" : " Count how many times a scenario is reached." ,
1211+ "unit" : " Count" ,
1212+ "metadata" : [
1213+ {
1214+ "type" : " count"
1215+ },
1216+ {
1217+ "type" : " amazonqConversationId" ,
1218+ "required" : true
1219+ },
1220+ {
1221+ "type" : " credentialStartUrl" ,
1222+ "required" : false
1223+ },
1224+ {
1225+ "type" : " scenarioType" ,
1226+ "required" : true
1227+ }
1228+ ]
12261229 }
12271230 ]
12281231}
You can’t perform that action at this time.
0 commit comments