Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2678,10 +2678,18 @@
"type": "authStatus",
"required": true
},
{
"type": "credentialSourceId",
"required": false
},
{
"type": "credentialStartUrl",
"required": false
},
{
"type": "credentialType",
"required": false
},
{
"type": "source",
"required": true
Expand Down Expand Up @@ -6834,18 +6842,16 @@
],
"passive": true
},

{
"name": "toolkit_trackScenario",
"description": "Generic metric for tracking arbitrary scenarios that are not yet formalized into a full metric.",
"unit": "Count",
"metadata": [

{
"type": "amazonqConversationId",
"required": true
},
{
{
"type": "count"
},
{
Expand Down Expand Up @@ -6917,4 +6923,4 @@
]
}
]
}
}