Skip to content

Commit

Permalink
Remove firstResponseLatency from operation metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljbruce committed Jan 24, 2025
1 parent 10b6d30 commit 33c17c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/metrics-collector/typical-method-call.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ metrics: {"attemptLatency":3000,"serverLatency":103,"connectivityErrorCount":1,"
attributes: {"finalOperationStatus":"ERROR","attemptStatus":"OK","streamingOperation":"YES","connectivityErrorCount":1,"projectId":"my-project","instanceId":"fakeInstanceId","table":"fakeTableId","cluster":"fake-cluster3","zone":"us-west1-c ","methodName":"fakeMethod","clientName":"nodejs-bigtable"}
getDate call returns 10000 ms
Recording parameters for onOperationComplete:
metrics: {"operationLatency":9000,"firstResponseLatency":6000,"retryCount":1}
metrics: {"operationLatency":9000,"retryCount":1}
attributes: {"finalOperationStatus":"OK","streamingOperation":"YES","projectId":"my-project","instanceId":"fakeInstanceId","table":"fakeTableId","cluster":"fake-cluster3","zone":"us-west1-c ","methodName":"fakeMethod","clientName":"nodejs-bigtable"}

0 comments on commit 33c17c6

Please sign in to comment.