Skip to content

Commit dadda6d

Browse files
committed
feat: add general latency metrics
Problem: - Soooooooooo many teams have specific latency metric fields and many are asking to add them for re-invent Solution: - De-dup a lot of them e.g. amazonqGenerateApproachLatency, amazonqGenerateCodeResponseLatency, amazonqEndOfTheConversationLatency, etc
1 parent 79d85a8 commit dadda6d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,21 @@
997997
"type": "string",
998998
"description": "Identifies the entity within the message that user interacts with."
999999
},
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+
},
10001015
{
10011016
"name": "cwsprChatInteractionType",
10021017
"allowedValues": [

0 commit comments

Comments
 (0)