Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@
"remoteDesktop",
"ssh",
"scp",
"ssm",
"ssm",
"remoteWorkspace"
],
"description": "Ways to connect to an EC2 Instance"
Expand Down Expand Up @@ -1488,6 +1488,21 @@
"type": "int",
"description": "Number of generation paths modified"
},
{
"name": "perfClientLatency",
"type": "double",
"description": "The time duration in milliseconds to process an action on the client side"
},
{
"name": "perfE2ELatency",
"type": "double",
"description": "The time duration in milliseconds to complete an end to end flow"
},
{
"name": "perfServerLatency",
"type": "double",
"description": "The time duration in milliseconds to finish a request to the server side"
},
{
"name": "platform",
"type": "string",
Expand Down Expand Up @@ -7065,4 +7080,4 @@
]
}
]
}
}