This counter is no longer needed in umbrella.
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
scrub_perf.add_u64_counter(scrbcnt_chunks_selected, "chunk_selected", "chunk selection during scrubs");
scrub_perf.add_u64_counter(scrbcnt_chunks_busy, "chunk_busy", "chunk busy during scrubs");
scrub_perf.add_u64_counter(scrbcnt_blocked, "locked_object", "waiting on locked object events");
- scrub_perf.add_u64_counter(scrbcnt_write_blocked, "write_blocked_by_scrub", "write blocked by scrub");
return scrub_perf.create_perf_counters();
scrbcnt_chunks_busy,
/// # waiting on object events
scrbcnt_blocked,
- /// # write blocked by the scrub
- scrbcnt_write_blocked,
scrbcnt_last,
};