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 975975 }
976976 ]
977977 },
978- {
979- "name" : " amazonq_trackScenarioCountUsage" ,
980- "description" : " Count how many times a scenario is reached." ,
981- "unit" : " Count" ,
982- "metadata" : [
983- {
984- "type" : " amazonqConversationId" ,
985- "required" : true
986- },
987- {
988- "type" : " credentialStartUrl" ,
989- "required" : false
990- },
991- {
992- "type" : " scenarioType" ,
993- "required" : true
994- }
995- ]
996- },
997978 {
998979 "name" : " amazonq_approachThumbsUp" ,
999980 "description" : " User clicked on the thumbs up button, to mention that they are satisfied" ,
12711252 "required" : false
12721253 }
12731254 ]
1255+ },
1256+ {
1257+ "name" : " toolkit_trackScenario" ,
1258+ "description" : " Count how many times a scenario is reached." ,
1259+ "unit" : " Count" ,
1260+ "metadata" : [
1261+ {
1262+ "type" : " count"
1263+ },
1264+ {
1265+ "type" : " amazonqConversationId" ,
1266+ "required" : true
1267+ },
1268+ {
1269+ "type" : " credentialStartUrl" ,
1270+ "required" : false
1271+ },
1272+ {
1273+ "type" : " scenarioType" ,
1274+ "required" : true
1275+ }
1276+ ]
12741277 }
12751278 ]
12761279}
You can’t perform that action at this time.
0 commit comments