Skip to content

Commit 3125283

Browse files
dhruvigajjarDhruvi GajjarRishi Barad
authored
moved metrics from VSC & and added webview install metrics (#762)
* moved metrics from VSC & and added webview install metrics Co-authored-by: Rishi Barad <[email protected]> --------- Co-authored-by: Dhruvi Gajjar <[email protected]> Co-authored-by: Rishi Barad <[email protected]>
1 parent eaa3ba8 commit 3125283

File tree

1 file changed

+69
-1
lines changed

1 file changed

+69
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107
"type": "string",
108108
"description": "Comma-delimited list of enabled auths."
109109
},
110+
{
111+
"name": "authEnabledFeatures",
112+
"type": "string",
113+
"description": "Comma delimited list of enabled features for the authenticated user"
114+
},
110115
{
111116
"name": "authScopes",
112117
"type": "string",
@@ -1194,6 +1199,11 @@
11941199
"type": "boolean",
11951200
"description": "If this was performed as part of the reauthentication flow."
11961201
},
1202+
{
1203+
"name": "isRetry",
1204+
"type": "boolean",
1205+
"description": "Whether or not the operation was a retry"
1206+
},
11971207
{
11981208
"name": "lambdaArchitecture",
11991209
"allowedValues": [
@@ -1882,6 +1892,19 @@
18821892
}
18831893
]
18841894
},
1895+
{
1896+
"name": "amazonq_viewChatPanel",
1897+
"description": "Captures if Q chat panel is successfully viewed or not",
1898+
"metadata": [
1899+
{
1900+
"type": "reason",
1901+
"required": false
1902+
},
1903+
{
1904+
"type": "result"
1905+
}
1906+
]
1907+
},
18851908
{
18861909
"name": "apigateway_copyUrl",
18871910
"description": "Copying an API Gateway remote URL",
@@ -2017,13 +2040,21 @@
20172040
"type": "attempts",
20182041
"required": false
20192042
},
2043+
{
2044+
"type": "authEnabledFeatures",
2045+
"required": false
2046+
},
20202047
{
20212048
"type": "authScopes",
20222049
"required": false
20232050
},
20242051
{
20252052
"type": "credentialSourceId"
20262053
},
2054+
{
2055+
"type": "credentialStartUrl",
2056+
"required": false
2057+
},
20272058
{
20282059
"type": "featureId"
20292060
},
@@ -2034,6 +2065,9 @@
20342065
{
20352066
"type": "isAggregated"
20362067
},
2068+
{
2069+
"type": "isReAuth"
2070+
},
20372071
{
20382072
"type": "reason",
20392073
"required": false
@@ -2077,6 +2111,18 @@
20772111
}
20782112
]
20792113
},
2114+
{
2115+
"name": "auth_signInPageClosed",
2116+
"description": "When the Amazon Q sign in page is closed.",
2117+
"metadata": [],
2118+
"passive": true
2119+
},
2120+
{
2121+
"name": "auth_signInPageOpened",
2122+
"description": "When the Amazon Q sign in page is opened and focused.",
2123+
"metadata": [],
2124+
"passive": true
2125+
},
20802126
{
20812127
"name": "auth_switchRoles",
20822128
"description": "Called when user clicks yes or no to switch role upon adding new connection",
@@ -2224,6 +2270,9 @@
22242270
},
22252271
{
22262272
"type": "result"
2273+
},
2274+
{
2275+
"type": "source"
22272276
}
22282277
]
22292278
},
@@ -2394,6 +2443,25 @@
23942443
],
23952444
"passive": true
23962445
},
2446+
{
2447+
"name": "aws_webviewInstallation",
2448+
"description": "Captures process of webview installation",
2449+
"metadata": [
2450+
{
2451+
"type": "elementId"
2452+
},
2453+
{
2454+
"type": "isRetry"
2455+
},
2456+
{
2457+
"type": "reason",
2458+
"required": false
2459+
},
2460+
{
2461+
"type": "result"
2462+
}
2463+
]
2464+
},
23972465
{
23982466
"name": "beanstalk_deleteApplication",
23992467
"description": "Called when user deletes a Beanstalk application",
@@ -5993,4 +6061,4 @@
59936061
]
59946062
}
59956063
]
5996-
}
6064+
}

0 commit comments

Comments
 (0)