Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
2.7.12
-
None
-
1
Description
Currently, with Threshold tracing, we only provide the following information
Apr 04, 2018 9:42:57 AM com.couchbase.client.core.tracing.ThresholdLogReporter logOverThreshold
|
WARNING: Operations over threshold: [ {
|
"top" : [ {
|
"server_us" : 8,
|
"last_local_id" : "41837B87B9B1C5D1/000000004746B9AA",
|
"last_local_address" : "127.0.0.1:55011",
|
"last_operation_id" : "get:0x6",
|
"last_dispatch_us" : 315,
|
"last_remote_address" : "127.0.0.1:11210",
|
"total_us" : 576
|
},
|
Customers would also like to know the timestamp when the corresponding request was issued from the SDK for further debuggability.