You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicconststringLatency="Duration of client requests.";
185
+
186
+
/// <summary>
187
+
/// Request Payload Size
188
+
/// </summary>
189
+
publicconststringRequestBodySize="Size of client request body.";
190
+
191
+
/// <summary>
192
+
/// Request Payload Size
193
+
/// </summary>
194
+
publicconststringResponseBodySize="Size of client response body.";
195
+
196
+
/// <summary>
197
+
/// Channel Aquisition Latency
198
+
/// </summary>
199
+
publicconststringChannelAquisitionLatency="The duration of the successfully established outbound TCP connections. i.e. Channel Aquisition Time (for direct mode).";
200
+
201
+
/// <summary>
202
+
/// Backend Server Latency
203
+
/// </summary>
204
+
publicconststringBackendLatency="Backend Latency (for direct mode).";
205
+
206
+
/// <summary>
207
+
/// Transit Time Latency
208
+
/// </summary>
209
+
publicconststringTransitTimeLatency="Time spent on the wire (for direct mode).";
210
+
211
+
/// <summary>
212
+
/// Received Time Latency
213
+
/// </summary>
214
+
publicconststringReceivedTimeLatency="Time spent on 'Received' stage (for direct mode).";
0 commit comments