Skip to content

Commit af7f29b

Browse files
committed
telemetry: add console login command metrics
1 parent ee258ca commit af7f29b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@
185185
"type": "boolean",
186186
"description": "Whether the code issue was detected by auto-review"
187187
},
188+
{
189+
"name": "authConsoleLoginStarted",
190+
"type": "boolean",
191+
"description": "Indicates the console login flow was initiated"
192+
},
188193
{
189194
"name": "awsAccount",
190195
"type": "string",
@@ -4100,6 +4105,20 @@
41004105
],
41014106
"passive": true
41024107
},
4108+
{
4109+
"name": "auth_consoleLoginCommand",
4110+
"description": "Tracks the complete console login flow, including profile creation and activation",
4111+
"metadata": [
4112+
{
4113+
"type": "authConsoleLoginStarted",
4114+
"required": false
4115+
}
4116+
]
4117+
},
4118+
{
4119+
"name": "aws_consoleLoginCLISuccess",
4120+
"description": "Emitted when AWS CLI 'aws login' command completes successfully with exit code 0"
4121+
},
41034122
{
41044123
"name": "aws_copyArn",
41054124
"description": "Copy the ARN of an AWS resource",

0 commit comments

Comments
 (0)