File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
packages/core/src/shared/telemetry Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 157157 {
158158 "name" : " cwsprChatTimeToFirstChunk" ,
159159 "type" : " int" ,
160- "description" : " Time taken in ms to get back the first chunk "
160+ "description" : " The time between the initial server request and when we got back the first usable result "
161161 },
162162 {
163163 "name" : " cwsprChatTimeBetweenChunks" ,
164164 "type" : " string" ,
165- "description" : " Time (list of int) taken in ms between chunks "
165+ "description" : " An array of time when successive chunks of data are received from the server "
166166 },
167167 {
168168 "name" : " cwsprChatFullResponseLatency" ,
169169 "type" : " int" ,
170- "description" : " Time taken to get the full response in ms"
170+ "description" : " The time between the initial server request and the final response from the server"
171+ },
172+ {
173+ "name" : " cwsprTimeToFirstDisplay" ,
174+ "type" : " int" ,
175+ "description" : " The time between the user pressing enter and when the first chunk of data is displayed to the user"
176+ },
177+ {
178+ "name" : " cwsprChatFullDisplayLatency" ,
179+ "type" : " string" ,
180+ "description" : " An array of time when successive chunks of server responses are displayed to the user"
181+ },
182+ {
183+ "name" : " cwsprChatTimeBetweenDisplay" ,
184+ "type" : " int" ,
185+ "description" : " The time between the user pressing enter and the entire response being rendered"
171186 },
172187 {
173188 "name" : " cwsprChatResponseLength" ,
You can’t perform that action at this time.
0 commit comments