Skip to content

Commit 01b7a57

Browse files
authored
[Lambda Getting Started](VSCode) Add telemetry for app builder componenets (#814)
* Add telemetry for getting started project
1 parent 56866d8 commit 01b7a57

File tree

1 file changed

+110
-2
lines changed

1 file changed

+110
-2
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 110 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,8 @@
16321632
"dotnet-lambda-deploy",
16331633
"dotnet-deploy-cli",
16341634
"aws-cli",
1635-
"sam-cli"
1635+
"sam-cli",
1636+
"docker"
16361637
]
16371638
},
16381639
{
@@ -2189,6 +2190,74 @@
21892190
}
21902191
]
21912192
},
2193+
{
2194+
"name": "appBuilder_installTool",
2195+
"description": "Click Install button in Getting Started Walkthrough",
2196+
"metadata": [
2197+
{
2198+
"type": "source",
2199+
"required": false
2200+
},
2201+
{
2202+
"type": "toolId",
2203+
"required": false
2204+
}
2205+
]
2206+
},
2207+
{
2208+
"name": "appBuilder_openLocalInvokeWebView",
2209+
"description": "Click open Local invoke WebView button in Application Builder",
2210+
"metadata": [
2211+
{
2212+
"type": "source",
2213+
"required": false
2214+
}
2215+
]
2216+
},
2217+
{
2218+
"name": "appBuilder_openRemoteInvokeWebView",
2219+
"description": "Click open Remote invoke WebView button in Application Builder",
2220+
"metadata": [
2221+
{
2222+
"type": "source",
2223+
"required": false
2224+
}
2225+
]
2226+
},
2227+
{
2228+
"name": "appBuilder_openTemplate",
2229+
"description": "Click open template button in Application Builder",
2230+
"metadata": [
2231+
{
2232+
"type": "source",
2233+
"required": false
2234+
}
2235+
]
2236+
},
2237+
{
2238+
"name": "appBuilder_selectWalkthroughTemplate",
2239+
"description": "Select a template and create project in Getting Started Walkthrough",
2240+
"metadata": [
2241+
{
2242+
"type": "action",
2243+
"required": false
2244+
},
2245+
{
2246+
"type": "source",
2247+
"required": false
2248+
}
2249+
]
2250+
},
2251+
{
2252+
"name": "appBuilder_startWalkthrough",
2253+
"description": "Open Getting Started Walkthrough",
2254+
"metadata": [
2255+
{
2256+
"type": "source",
2257+
"required": false
2258+
}
2259+
]
2260+
},
21922261
{
21932262
"name": "appcomposer_addConnection",
21942263
"description": "Called when two resources are connected",
@@ -2320,6 +2389,10 @@
23202389
"metadata": [
23212390
{
23222391
"type": "hasChatAuth"
2392+
},
2393+
{
2394+
"type": "source",
2395+
"required": false
23232396
}
23242397
]
23252398
},
@@ -5952,7 +6025,8 @@
59526025
"description": "Jump to a lambda handler from elsewhere",
59536026
"metadata": [
59546027
{
5955-
"type": "result"
6028+
"type": "source",
6029+
"required": false
59566030
}
59576031
]
59586032
},
@@ -5990,6 +6064,10 @@
59906064
"type": "runtime",
59916065
"required": false
59926066
},
6067+
{
6068+
"type": "source",
6069+
"required": false
6070+
},
59936071
{
59946072
"type": "version",
59956073
"required": false
@@ -6006,6 +6084,10 @@
60066084
{
60076085
"type": "runtime",
60086086
"required": false
6087+
},
6088+
{
6089+
"type": "source",
6090+
"required": false
60096091
}
60106092
]
60116093
},
@@ -6368,13 +6450,35 @@
63686450
}
63696451
]
63706452
},
6453+
{
6454+
"name": "sam_build",
6455+
"description": "Called when building a SAM application",
6456+
"metadata": [
6457+
{
6458+
"type": "lambdaPackageType",
6459+
"required": false
6460+
},
6461+
{
6462+
"type": "source",
6463+
"required": false
6464+
},
6465+
{
6466+
"type": "version",
6467+
"required": false
6468+
}
6469+
]
6470+
},
63716471
{
63726472
"name": "sam_deploy",
63736473
"description": "Called when deploying a SAM application",
63746474
"metadata": [
63756475
{
63766476
"type": "result"
63776477
},
6478+
{
6479+
"type": "source",
6480+
"required": false
6481+
},
63786482
{
63796483
"type": "version",
63806484
"required": false
@@ -6451,6 +6555,10 @@
64516555
{
64526556
"type": "result"
64536557
},
6558+
{
6559+
"type": "source",
6560+
"required": false
6561+
},
64546562
{
64556563
"type": "syncedResources"
64566564
},

0 commit comments

Comments
 (0)