|
2 | 2 |
|
3 | 3 | Visual representations of performance telemetry metrics |
4 | 4 |
|
5 | | -## codewhispererFirstCompletionLatency |
| 5 | +## Amazon Q Inline |
| 6 | + |
| 7 | +### codewhispererFirstCompletionLatency |
6 | 8 |
|
7 | 9 | How long it took to receive the first suggestion after we started calling the getRecommendations API |
8 | 10 |
|
@@ -38,7 +40,7 @@ How long it took to receive the first suggestion after we started calling the ge |
38 | 40 | rHandler->>User: add to already shown results |
39 | 41 | ``` |
40 | 42 |
|
41 | | -## codewhispererEndToEndLatency |
| 43 | +### codewhispererEndToEndLatency |
42 | 44 |
|
43 | 45 | How long it took from when we started calling the getRecommendations API to when the first suggestion was shown |
44 | 46 |
|
@@ -74,7 +76,7 @@ How long it took from when we started calling the getRecommendations API to when |
74 | 76 | rHandler->>User: add to already shown results |
75 | 77 | ``` |
76 | 78 |
|
77 | | -## codewhispererAllCompletionsLatency |
| 79 | +### codewhispererAllCompletionsLatency |
78 | 80 |
|
79 | 81 | How long it took to complete all paginated calls |
80 | 82 |
|
@@ -112,7 +114,7 @@ How long it took to complete all paginated calls |
112 | 114 | rHandler->>User: add to already shown results |
113 | 115 | ``` |
114 | 116 |
|
115 | | -## codewhispererPostprocessingLatency |
| 117 | +### codewhispererPostprocessingLatency |
116 | 118 |
|
117 | 119 | How long it took to display the first suggestion after it received the first response from the API |
118 | 120 |
|
@@ -149,7 +151,7 @@ How long it took to display the first suggestion after it received the first res |
149 | 151 | rHandler->>User: add to already shown results |
150 | 152 | ``` |
151 | 153 |
|
152 | | -## codewhispererCredentialFetchingLatency |
| 154 | +### codewhispererCredentialFetchingLatency |
153 | 155 |
|
154 | 156 | How long it took to get the bearer token |
155 | 157 |
|
@@ -185,7 +187,7 @@ How long it took to get the bearer token |
185 | 187 | rHandler->>User: add to already shown results |
186 | 188 | ``` |
187 | 189 |
|
188 | | -## codewhispererPreprocessingLatency |
| 190 | +### codewhispererPreprocessingLatency |
189 | 191 |
|
190 | 192 | How long it took to create the client and get ready to start sending getRecommendation API calls |
191 | 193 |
|
@@ -221,7 +223,7 @@ How long it took to create the client and get ready to start sending getRecommen |
221 | 223 | rHandler->>User: add to already shown results |
222 | 224 | ``` |
223 | 225 |
|
224 | | -## codewhisperer_perceivedLatency duration |
| 226 | +### codewhisperer_perceivedLatency duration |
225 | 227 |
|
226 | 228 | How long it took from when the user stopped pressing a key to when they were shown a response |
227 | 229 |
|
|
0 commit comments