Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since teams have indicated that it's hard to find related metrics, should we deviate a bit from our normal pattern and use latency as a prefix for all of this? Or maybe even perf as a prefix would help group all perf-related fields in the future.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think things like latency and duration are already naturally searchable. What advantages would we get if we prefixed with latency or perf? My problem with telemetry right now is every time I search for something that could be general it starts with the prefix of a team/project name 😅

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they will be grouped together

"type": "double",
"description": "The time duration in milliseconds to process an action on the client side"
},
{
"name": "cloudWatchLogsPresentation",
"type": "string",
Expand Down Expand Up @@ -1138,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 @@ -1627,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 @@ -7065,4 +7080,4 @@
]
}
]
}
}