I would like to know the difference between timeTaken_d and clientResponseTime_d
please find the query below
AzureDiagnostics | where Category == 'ApplicationGatewayAccessLog' | project timeStamp_t, timeTaken_d, clientResponseTime_d, serverResponseLatency_s, httpStatus_d, requestUri_s, instanceId_s
0 Answers