Skip to content

Commit afeac96

Browse files
committed
fixup
1 parent 91fd63e commit afeac96

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/telemetry-perf.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ How long it took to receive the first suggestion after we started calling the ge
2727
2828
sdk->>rHandler: Return client
2929
note over rHandler, backend: codewhispererFirstCompletionLatency
30-
rect rgb(75, 75, 75)
30+
rect rgb(200, 255, 200)
3131
loop Get paginated recommendations
3232
rHandler->>backend: calls
3333
end
@@ -63,7 +63,7 @@ How long it took from when we started calling the getRecommendations API to when
6363
6464
sdk->>rHandler: Return client
6565
note over User, backend: codewhispererEndToEndLatency
66-
rect rgb(75, 75, 75)
66+
rect rgb(200, 255, 200)
6767
loop Get paginated recommendations
6868
rHandler->>backend: calls
6969
end
@@ -100,7 +100,7 @@ How long it took to complete all paginated calls
100100
101101
sdk->>rHandler: Return client
102102
note over User, backend: codewhispererAllCompletionsLatency
103-
rect rgb(75, 75, 75)
103+
rect rgb(200, 255, 200)
104104
loop Get paginated recommendations
105105
rHandler->>backend: calls
106106
end
@@ -141,10 +141,9 @@ How long it took to display the first suggestion after it received the first res
141141
rHandler->>backend: calls
142142
end
143143
note over User, backend: codewhispererPostprocessingLatency
144-
rect rgb(75, 75, 75)
144+
rect rgb(200, 255, 200)
145145
backend->>rHandler: first response received
146146
rHandler->>User: show results
147-
148147
end
149148
150149
backend->>rHandler: all the other responses
@@ -171,7 +170,7 @@ How long it took to get the bearer token
171170
rHandler->>sdk: calls
172171
173172
note over sdk, token: codewhispererCredentialFetchingLatency
174-
rect rgb(75, 75, 75)
173+
rect rgb(200, 255, 200)
175174
sdk->>token: Start getting bearer token
176175
token->>sdk: Finished getting bearer token
177176
end
@@ -207,7 +206,7 @@ How long it took to create the client and get ready to start sending getRecommen
207206
rHandler->>sdk: calls
208207
209208
note over rHandler, token: codewhispererPreprocessingLatency
210-
rect rgb(75, 75, 75)
209+
rect rgb(200, 255, 200)
211210
sdk->>token: Start getting bearer token
212211
token->>sdk: Finished getting bearer token
213212
sdk->>rHandler: Return client
@@ -239,7 +238,7 @@ How long it took from when the user stopped pressing a key to when they were sho
239238
240239
User->>invoke: Finished typing
241240
note over User, token: codewhisperer_perceivedLatency duration
242-
rect rgb(75, 75, 75)
241+
rect rgb(200, 255, 200)
243242
invoke->>rService: calls
244243
rService->>rHandler: calls
245244
rHandler->>sdk: calls

0 commit comments

Comments
 (0)