Skip to content

Commit 747d13b

Browse files
committed
add telemetry for remote debugging
1 parent df347e3 commit 747d13b

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,6 +1760,77 @@
17601760
"type": "string",
17611761
"description": "Job id used in the operation"
17621762
},
1763+
{
1764+
"name": "lambda_invokeRemote",
1765+
"description": "Called when invoking lambdas remotely",
1766+
"metadata": [
1767+
{
1768+
"type": "result"
1769+
},
1770+
{
1771+
"type": "runtime",
1772+
"required": false
1773+
},
1774+
{
1775+
"type": "source",
1776+
"required": false
1777+
},
1778+
{
1779+
"type": "runtimeString",
1780+
"required": false
1781+
},
1782+
{
1783+
"type": "action",
1784+
"required": false
1785+
}
1786+
]
1787+
},
1788+
{
1789+
"name": "lambda_remoteDebugPrecheck",
1790+
"description": "user click remote debug checkbox",
1791+
"metadata": [
1792+
{
1793+
"type": "runtimeString",
1794+
"required": false
1795+
},
1796+
{
1797+
"type": "source",
1798+
"required": false
1799+
},
1800+
{
1801+
"type": "action",
1802+
"required": false
1803+
}
1804+
]
1805+
},
1806+
{
1807+
"name": "lambda_startRemoteDebug",
1808+
"description": "user start remote debugging",
1809+
"metadata": [
1810+
{
1811+
"type": "runtimeString",
1812+
"required": false
1813+
},
1814+
{
1815+
"type": "source",
1816+
"required": false
1817+
},
1818+
{
1819+
"type": "action",
1820+
"required": false
1821+
}
1822+
]
1823+
},
1824+
{
1825+
"name": "lambda_stopRemoteDebug",
1826+
"description": "user stop remote debugging",
1827+
"metadata": [
1828+
{
1829+
"type": "sessionDuration",
1830+
"required": false
1831+
}
1832+
]
1833+
},
17631834
{
17641835
"name": "lambdaArchitecture",
17651836
"type": "string",

0 commit comments

Comments
 (0)