diff --git a/telemetry/definitions/commonDefinitions.json b/telemetry/definitions/commonDefinitions.json index 54fd9be40..638d11c1e 100644 --- a/telemetry/definitions/commonDefinitions.json +++ b/telemetry/definitions/commonDefinitions.json @@ -1145,7 +1145,7 @@ "remoteDesktop", "ssh", "scp", - "ssm", + "ssm", "remoteWorkspace" ], "description": "Ways to connect to an EC2 Instance" @@ -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", @@ -7065,4 +7080,4 @@ ] } ] -} +} \ No newline at end of file