Skip to content

Commit fa3786b

Browse files
committed
sort the new added metrics
1 parent 843cf13 commit fa3786b

1 file changed

Lines changed: 42 additions & 29 deletions

File tree

telemetry/definitions/commonDefinitions.json

Lines changed: 42 additions & 29 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",
@@ -7923,35 +7965,6 @@
79237965
}
79247966
]
79257967
},
7926-
{
7927-
"name": "sam_attachDebugger",
7928-
"description": "Called after trying to attach a debugger to a local sam invoke",
7929-
"metadata": [
7930-
{ "type": "result" },
7931-
{ "type": "lambdaPackageType" },
7932-
{ "type": "runtime" },
7933-
{ "type": "attempts" },
7934-
{ "type": "duration" },
7935-
{ "type": "lambdaArchitecture", "required": false }
7936-
]
7937-
},
7938-
{
7939-
"name": "sam_openConfigUi",
7940-
"description": "Called after opening the SAM Config UI"
7941-
},
7942-
{
7943-
"name": "sam_prewarmContainer",
7944-
"description": "Called when user clicks Start under 'Start a development container'",
7945-
"metadata": [
7946-
{
7947-
"type": "result"
7948-
},
7949-
{
7950-
"type": "reason",
7951-
"required": false
7952-
}
7953-
]
7954-
},
79557968
{
79567969
"name": "schemas_download",
79577970
"description": "Called when downloading an EventBridge schema",

0 commit comments

Comments
 (0)