Rename read latency trace events to a different scheme.
This commit is contained in:
parent
a8d3349898
commit
c254de5031
|
@ -1165,15 +1165,15 @@ public:
|
|||
self->thisServerID,
|
||||
SERVER_KNOBS->LATENCY_METRICS_LOGGING_INTERVAL,
|
||||
SERVER_KNOBS->LATENCY_SAMPLE_SIZE),
|
||||
readKeyLatencySample("ReadKeyLatencyMetrics",
|
||||
readKeyLatencySample("GetKeyMetrics",
|
||||
self->thisServerID,
|
||||
SERVER_KNOBS->LATENCY_METRICS_LOGGING_INTERVAL,
|
||||
SERVER_KNOBS->LATENCY_SAMPLE_SIZE),
|
||||
readValueLatencySample("ReadValueLatencyMetrics",
|
||||
readValueLatencySample("GetValueMetrics",
|
||||
self->thisServerID,
|
||||
SERVER_KNOBS->LATENCY_METRICS_LOGGING_INTERVAL,
|
||||
SERVER_KNOBS->LATENCY_SAMPLE_SIZE),
|
||||
readRangeLatencySample("ReadRangeLatencyMetrics",
|
||||
readRangeLatencySample("GetRangeMetrics",
|
||||
self->thisServerID,
|
||||
SERVER_KNOBS->LATENCY_METRICS_LOGGING_INTERVAL,
|
||||
SERVER_KNOBS->LATENCY_SAMPLE_SIZE),
|
||||
|
|
Loading…
Reference in New Issue