From 2c2905860406f385f00599ced0ddadc1f1e2a832 Mon Sep 17 00:00:00 2001 From: Josh Pinkney Date: Wed, 13 Nov 2024 11:40:36 -0500 Subject: [PATCH] fixup --- telemetry/definitions/commonDefinitions.json | 34 ++++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/telemetry/definitions/commonDefinitions.json b/telemetry/definitions/commonDefinitions.json index d48418be..4e800326 100644 --- a/telemetry/definitions/commonDefinitions.json +++ b/telemetry/definitions/commonDefinitions.json @@ -209,6 +209,11 @@ ], "description": "User inputted check type to denote which custom check to run." }, + { + "name": "clientLatency", + "type": "double", + "description": "The time duration in milliseconds to process an action on the client side" + }, { "name": "cloudWatchLogsPresentation", "type": "string", @@ -997,21 +1002,6 @@ "type": "string", "description": "Identifies the entity within the message that user interacts with." }, - { - "name": "clientLatency", - "type": "double", - "description": "The time duration in milliseconds to process an action on the client side" - }, - { - "name": "serverLatency", - "type": "double", - "description": "The time duration in milliseconds to finish a request to the server side" - }, - { - "name": "e2eLatency", - "type": "double", - "description": "The time duration in milliseconds to complete an end to end flow" - }, { "name": "cwsprChatInteractionType", "allowedValues": [ @@ -1153,6 +1143,11 @@ ], "description": "The type of DynamoDB entity referenced by a metric or operation" }, + { + "name": "e2eLatency", + "type": "double", + "description": "The time duration in milliseconds to complete an end to end flow" + }, { "name": "ec2ConnectionType", "type": "string", @@ -1160,7 +1155,7 @@ "remoteDesktop", "ssh", "scp", - "ssm", + "ssm", "remoteWorkspace" ], "description": "Ways to connect to an EC2 Instance" @@ -1642,6 +1637,11 @@ ], "description": "Languages targeted by the schemas service" }, + { + "name": "serverLatency", + "type": "double", + "description": "The time duration in milliseconds to finish a request to the server side" + }, { "name": "serviceType", "type": "string", @@ -7080,4 +7080,4 @@ ] } ] -} +} \ No newline at end of file