Skip to content

Commit 433070a

Browse files
authored
telemetry: add console login command metrics #1107
2 parents ee258ca + 5c22c2e commit 433070a

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
@@ -144,6 +144,11 @@
144144
"type": "int",
145145
"description": "Current number of authentication connections the user has"
146146
},
147+
{
148+
"name": "authConsoleLoginStarted",
149+
"type": "boolean",
150+
"description": "Indicates the console login flow was initiated"
151+
},
147152
{
148153
"name": "authEnabledConnections",
149154
"type": "string",
@@ -3999,6 +4004,16 @@
39994004
}
40004005
]
40014006
},
4007+
{
4008+
"name": "auth_consoleLoginCommand",
4009+
"description": "Tracks the complete console login flow, including profile creation and activation",
4010+
"metadata": [
4011+
{
4012+
"type": "authConsoleLoginStarted",
4013+
"required": false
4014+
}
4015+
]
4016+
},
40024017
{
40034018
"name": "auth_signInPageClosed",
40044019
"description": "When the Amazon Q sign in page is closed.",
@@ -4100,6 +4115,10 @@
41004115
],
41014116
"passive": true
41024117
},
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)