Skip to content

Commit 8a5ddb0

Browse files
author
Vandita Patidar
committed
add telemetry for serverlessLand
1 parent 3831405 commit 8a5ddb0

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,6 +1888,21 @@
18881888
"docker"
18891889
]
18901890
},
1891+
{
1892+
"name": "assetName",
1893+
"type": "string",
1894+
"description": "The name of the asset pattern being downloaded"
1895+
},
1896+
{
1897+
"name": "iac",
1898+
"type": "string",
1899+
"description": "The IaC being used"
1900+
},
1901+
{
1902+
"name": "runtime",
1903+
"type": "string",
1904+
"description": "The Runtime being used"
1905+
},
18911906
{
18921907
"name": "totalResourceCount",
18931908
"type": "int",
@@ -6382,6 +6397,33 @@
63826397
}
63836398
]
63846399
},
6400+
{
6401+
"name": "lambda_createServerlessLandProject",
6402+
"description": "Called when creating a new Serverless Project",
6403+
"metadata": [
6404+
{
6405+
"type": "result"
6406+
},
6407+
{
6408+
"type": "reason"
6409+
}
6410+
]
6411+
},
6412+
{
6413+
"name": "lambda_downloadServerlessLandPattern",
6414+
"description": "Called when downloading a Serverless Pattern",
6415+
"metadata": [
6416+
{
6417+
"type": "result"
6418+
},
6419+
{
6420+
"type": "reason"
6421+
},
6422+
{
6423+
"type": "action"
6424+
}
6425+
]
6426+
},
63856427
{
63866428
"name": "languageServer_setup",
63876429
"description": "Sets up a language server",

0 commit comments

Comments
 (0)