Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add general latency metrics #913

Merged
merged 3 commits into from
Nov 14, 2024
Merged
Changes from all 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 @@ -1145,7 +1145,7 @@
"remoteDesktop",
"ssh",
"scp",
"ssm",
"ssm",
"remoteWorkspace"
],
"description": "Ways to connect to an EC2 Instance"
Expand Down Expand Up @@ -1488,6 +1488,21 @@
"type": "int",
"description": "Number of generation paths modified"
},
{
"name": "perfClientLatency",
"type": "double",
"description": "The time duration in milliseconds to process an action on the client side"
},
{
"name": "perfE2ELatency",
"type": "double",
"description": "The time duration in milliseconds to complete an end to end flow"
},
{
"name": "perfServerLatency",
"type": "double",
"description": "The time duration in milliseconds to finish a request to the server side"
},
{
"name": "platform",
"type": "string",
Expand Down Expand Up @@ -7065,4 +7080,4 @@
]
}
]
}
}