Skip to content

Commit

Permalink
Adding jobGroup and jobId
Browse files Browse the repository at this point in the history
  • Loading branch information
laileni-aws committed Nov 15, 2024
1 parent 8cdfd45 commit bd8b9d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1455,6 +1455,16 @@
"type": "boolean",
"description": "Indicate if the language is supported"
},
{
"name": "jobGroup",
"type": "string",
"description": "Job group name used in the operation"
},
{
"name": "jobId",
"type": "string",
"description": "Job id used in the operation"
},
{
"name": "lambdaArchitecture",
"type": "string",
Expand Down

0 comments on commit bd8b9d2

Please sign in to comment.