Skip to content

Commit 2c29058

Browse files
committed
fixup
1 parent dadda6d commit 2c29058

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@
209209
],
210210
"description": "User inputted check type to denote which custom check to run."
211211
},
212+
{
213+
"name": "clientLatency",
214+
"type": "double",
215+
"description": "The time duration in milliseconds to process an action on the client side"
216+
},
212217
{
213218
"name": "cloudWatchLogsPresentation",
214219
"type": "string",
@@ -997,21 +1002,6 @@
9971002
"type": "string",
9981003
"description": "Identifies the entity within the message that user interacts with."
9991004
},
1000-
{
1001-
"name": "clientLatency",
1002-
"type": "double",
1003-
"description": "The time duration in milliseconds to process an action on the client side"
1004-
},
1005-
{
1006-
"name": "serverLatency",
1007-
"type": "double",
1008-
"description": "The time duration in milliseconds to finish a request to the server side"
1009-
},
1010-
{
1011-
"name": "e2eLatency",
1012-
"type": "double",
1013-
"description": "The time duration in milliseconds to complete an end to end flow"
1014-
},
10151005
{
10161006
"name": "cwsprChatInteractionType",
10171007
"allowedValues": [
@@ -1153,14 +1143,19 @@
11531143
],
11541144
"description": "The type of DynamoDB entity referenced by a metric or operation"
11551145
},
1146+
{
1147+
"name": "e2eLatency",
1148+
"type": "double",
1149+
"description": "The time duration in milliseconds to complete an end to end flow"
1150+
},
11561151
{
11571152
"name": "ec2ConnectionType",
11581153
"type": "string",
11591154
"allowedValues": [
11601155
"remoteDesktop",
11611156
"ssh",
11621157
"scp",
1163-
"ssm",
1158+
"ssm",
11641159
"remoteWorkspace"
11651160
],
11661161
"description": "Ways to connect to an EC2 Instance"
@@ -1642,6 +1637,11 @@
16421637
],
16431638
"description": "Languages targeted by the schemas service"
16441639
},
1640+
{
1641+
"name": "serverLatency",
1642+
"type": "double",
1643+
"description": "The time duration in milliseconds to finish a request to the server side"
1644+
},
16451645
{
16461646
"name": "serviceType",
16471647
"type": "string",
@@ -7080,4 +7080,4 @@
70807080
]
70817081
}
70827082
]
7083-
}
7083+
}

0 commit comments

Comments
 (0)