Skip to content

Commit 86cad6e

Browse files
author
Vandita Patidar
committed
add telemetry for serverlessLand
1 parent 3831405 commit 86cad6e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,6 +1379,11 @@
13791379
"type": "string",
13801380
"description": "HTTP status code for the request (if any) associated with a metric."
13811381
},
1382+
{
1383+
"name": "iac",
1384+
"type": "string",
1385+
"description": "The IaC being used"
1386+
},
13821387
{
13831388
"name": "iamResourceType",
13841389
"type": "string",
@@ -6201,6 +6206,15 @@
62016206
}
62026207
]
62036208
},
6209+
{
6210+
"name": "lambda_createServerlessLandProject",
6211+
"description": "Called when creating a new Serverless Project",
6212+
"metadata": [
6213+
{
6214+
"type": "action"
6215+
}
6216+
]
6217+
},
62046218
{
62056219
"name": "lambda_delete",
62066220
"description": "called when deleting lambdas remotely",
@@ -6261,6 +6275,15 @@
62616275
}
62626276
]
62636277
},
6278+
{
6279+
"name": "lambda_downloadServerlessLandPattern",
6280+
"description": "Called when downloading a Serverless Pattern",
6281+
"metadata": [
6282+
{
6283+
"type": "action"
6284+
}
6285+
]
6286+
},
62646287
{
62656288
"name": "lambda_editFunction",
62666289
"description": "Called when creating lambdas remotely",

0 commit comments

Comments
 (0)