Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinkney-aws committed Nov 13, 2024
1 parent dadda6d commit 2c29058
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -1153,14 +1143,19 @@
],
"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",
"allowedValues": [
"remoteDesktop",
"ssh",
"scp",
"ssm",
"ssm",
"remoteWorkspace"
],
"description": "Ways to connect to an EC2 Instance"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -7080,4 +7080,4 @@
]
}
]
}
}

0 comments on commit 2c29058

Please sign in to comment.