Skip to content

Commit e57f13e

Browse files
yuxianrzliramon1
andauthored
telemetry: add metrics for iam credentials authentication (#1070)
## Metrics Modified: `auth_addConnection`: add `credentialType` type to record distinguish IAM and other login method. ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Co-authored-by: Ramon Li <[email protected]>
1 parent 19db965 commit e57f13e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3924,6 +3924,10 @@
39243924
"type": "credentialStartUrl",
39253925
"required": false
39263926
},
3927+
{
3928+
"type": "credentialType",
3929+
"required": false
3930+
},
39273931
{
39283932
"type": "featureId"
39293933
},

0 commit comments

Comments
 (0)