Skip to content

Commit 69fdbc4

Browse files
committed
fixup
1 parent 48cd612 commit 69fdbc4

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/telemetry-perf.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Visual representations of performance telemetry metrics
44

5-
## codewhispererFirstCompletionLatency
5+
## Amazon Q Inline
6+
7+
### codewhispererFirstCompletionLatency
68

79
How long it took to receive the first suggestion after we started calling the getRecommendations API
810

@@ -38,7 +40,7 @@ How long it took to receive the first suggestion after we started calling the ge
3840
rHandler->>User: add to already shown results
3941
```
4042

41-
## codewhispererEndToEndLatency
43+
### codewhispererEndToEndLatency
4244

4345
How long it took from when we started calling the getRecommendations API to when the first suggestion was shown
4446

@@ -74,7 +76,7 @@ How long it took from when we started calling the getRecommendations API to when
7476
rHandler->>User: add to already shown results
7577
```
7678

77-
## codewhispererAllCompletionsLatency
79+
### codewhispererAllCompletionsLatency
7880

7981
How long it took to complete all paginated calls
8082

@@ -112,7 +114,7 @@ How long it took to complete all paginated calls
112114
rHandler->>User: add to already shown results
113115
```
114116

115-
## codewhispererPostprocessingLatency
117+
### codewhispererPostprocessingLatency
116118

117119
How long it took to display the first suggestion after it received the first response from the API
118120

@@ -149,7 +151,7 @@ How long it took to display the first suggestion after it received the first res
149151
rHandler->>User: add to already shown results
150152
```
151153

152-
## codewhispererCredentialFetchingLatency
154+
### codewhispererCredentialFetchingLatency
153155

154156
How long it took to get the bearer token
155157

@@ -185,7 +187,7 @@ How long it took to get the bearer token
185187
rHandler->>User: add to already shown results
186188
```
187189

188-
## codewhispererPreprocessingLatency
190+
### codewhispererPreprocessingLatency
189191

190192
How long it took to create the client and get ready to start sending getRecommendation API calls
191193

@@ -221,7 +223,7 @@ How long it took to create the client and get ready to start sending getRecommen
221223
rHandler->>User: add to already shown results
222224
```
223225

224-
## codewhisperer_perceivedLatency duration
226+
### codewhisperer_perceivedLatency duration
225227

226228
How long it took from when the user stopped pressing a key to when they were shown a response
227229

0 commit comments

Comments
 (0)