Skip to content

Commit 1d5d8d0

Browse files
authored
Duplicate of elevator-telemetry branch (#1101)
This is a duplicate of the elevator-telemetry branch for PR to main.
1 parent f26b146 commit 1d5d8d0

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7805,6 +7805,31 @@
78057805
}
78067806
]
78077807
},
7808+
{
7809+
"name": "sam_attachDebugger",
7810+
"description": "Called after trying to attach a debugger to a local sam invoke",
7811+
"metadata": [
7812+
{
7813+
"type": "attempts"
7814+
},
7815+
{
7816+
"type": "duration"
7817+
},
7818+
{
7819+
"type": "lambdaArchitecture",
7820+
"required": false
7821+
},
7822+
{
7823+
"type": "lambdaPackageType"
7824+
},
7825+
{
7826+
"type": "result"
7827+
},
7828+
{
7829+
"type": "runtime"
7830+
}
7831+
]
7832+
},
78087833
{
78097834
"name": "sam_build",
78107835
"description": "Called when building a SAM application",
@@ -7895,6 +7920,23 @@
78957920
}
78967921
]
78977922
},
7923+
{
7924+
"name": "sam_openConfigUi",
7925+
"description": "Called after opening the SAM Config UI"
7926+
},
7927+
{
7928+
"name": "sam_prewarmContainer",
7929+
"description": "Called when user clicks Start under 'Start a development container'",
7930+
"metadata": [
7931+
{
7932+
"type": "reason",
7933+
"required": false
7934+
},
7935+
{
7936+
"type": "result"
7937+
}
7938+
]
7939+
},
78987940
{
78997941
"name": "sam_sync",
79007942
"description": "Called when syncing a SAM application",

telemetry/definitions/vscodeDefinitions.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,19 @@
234234
{
235235
"name": "sam_openConfigUi",
236236
"description": "Called after opening the SAM Config UI"
237+
},
238+
{
239+
"name": "sam_prewarmContainer",
240+
"description": "Called when user clicks Start under 'Start a development container'",
241+
"metadata": [
242+
{
243+
"type": "result"
244+
},
245+
{
246+
"type": "reason",
247+
"required": false
248+
}
249+
]
237250
}
238251
]
239252
}

0 commit comments

Comments
 (0)