Skip to content

Commit

Permalink
Update metric position to the correct alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
manodnyab committed Oct 8, 2024
1 parent 4d864a5 commit 7783f0d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,17 @@
],
"description": "Status of the an auth connection."
},
{
"name": "authType",
"type": "string",
"allowedValues": [
"PKCE",
"DeviceCode",
"IAM",
"Unknown"
],
"description": "The type of auth flow used for signing in"
},
{
"name": "awsAccount",
"type": "string",
Expand Down Expand Up @@ -1726,17 +1737,6 @@
"name": "xrayEnabled",
"type": "boolean",
"description": "Whether or not AWS X-Ray is enabled"
},
{
"name": "authType",
"type": "string",
"allowedValues": [
"PKCE",
"DeviceCode",
"IAM",
"Unknown"
],
"description": "The type of auth flow used for signing in"
}
],
"metrics": [
Expand Down Expand Up @@ -2824,6 +2824,10 @@
"name": "aws_loginWithBrowser",
"description": "Extension navigated the user to a web browser to perform/complete the login process.",
"metadata": [
{
"type": "authType",
"required": false
},
{
"type": "credentialSourceId",
"required": false
Expand Down Expand Up @@ -2857,10 +2861,6 @@
{
"type": "ssoRegistrationExpiresAt",
"required": false
},
{
"type": "authType",
"required": false
}
]
},
Expand Down

0 comments on commit 7783f0d

Please sign in to comment.