Skip to content

Commit 760dd9d

Browse files
committed
change to perf prefix
1 parent 2c29058 commit 760dd9d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,6 @@
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-
},
217212
{
218213
"name": "cloudWatchLogsPresentation",
219214
"type": "string",
@@ -1143,11 +1138,6 @@
11431138
],
11441139
"description": "The type of DynamoDB entity referenced by a metric or operation"
11451140
},
1146-
{
1147-
"name": "e2eLatency",
1148-
"type": "double",
1149-
"description": "The time duration in milliseconds to complete an end to end flow"
1150-
},
11511141
{
11521142
"name": "ec2ConnectionType",
11531143
"type": "string",
@@ -1498,6 +1488,21 @@
14981488
"type": "int",
14991489
"description": "Number of generation paths modified"
15001490
},
1491+
{
1492+
"name": "perfClientLatency",
1493+
"type": "double",
1494+
"description": "The time duration in milliseconds to process an action on the client side"
1495+
},
1496+
{
1497+
"name": "perfE2ELatency",
1498+
"type": "double",
1499+
"description": "The time duration in milliseconds to complete an end to end flow"
1500+
},
1501+
{
1502+
"name": "perfServerLatency",
1503+
"type": "double",
1504+
"description": "The time duration in milliseconds to finish a request to the server side"
1505+
},
15011506
{
15021507
"name": "platform",
15031508
"type": "string",
@@ -1637,11 +1642,6 @@
16371642
],
16381643
"description": "Languages targeted by the schemas service"
16391644
},
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",

0 commit comments

Comments
 (0)