Skip to content

Commit 246ef85

Browse files
committed
add telemetry for localstack
1 parent 8c88537 commit 246ef85

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@
139139
"type": "int",
140140
"description": "A generic number of attempts"
141141
},
142+
{
143+
"name": "auth_customEndpoint",
144+
"description": "User used a custom endpoint"
145+
},
146+
{
147+
"name": "auth_localstackEndpoint",
148+
"description": "User used a LocalStack connection"
149+
},
142150
{
143151
"name": "authConnectionsCount",
144152
"type": "int",
@@ -2218,7 +2226,8 @@
22182226
"dotnet-deploy-cli",
22192227
"aws-cli",
22202228
"sam-cli",
2221-
"docker"
2229+
"docker",
2230+
"localstack"
22222231
]
22232232
},
22242233
{

0 commit comments

Comments
 (0)