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
Time the duration of Snappy decompress called made as part of
executing client requests, recoring the timings to:
* A new trace span.
* A new per-bucket histogram.
The trace span will be reported as part of Slow operation logging -
for example:
WARNING 57: Slow operation. {...,"trace":"... snappy.decompress=6446937532739980:18555 ...
The histograms will be reported via mctimings using the stat key
'snappy_decompress', this will be added to cbcollect_info via a future
ns_server patch.
Change-Id: I72d44cd79aaef3e20be8fad543d6e950e7bbfd75
Reviewed-on: http://review.couchbase.org/c/kv_engine/+/143527
Tested-by: Build Bot <[email protected]>
Reviewed-by: Trond Norbye <[email protected]>
0 commit comments