File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -335,6 +335,9 @@ PerfCounters *build_osd_logger(CephContext *cct) {
335335 osd_plb.add_u64_counter (
336336 l_osd_pg_biginfo, " osd_pg_biginfo" , " PG updated its biginfo attr" );
337337
338+ // back to "interesting" counters
339+ osd_plb.set_prio_default (PerfCountersBuilder::PRIO_INTERESTING);
340+
338341 // / scrub's replicas reservation time/#replicas histogram
339342 PerfHistogramCommon::axis_config_d rsrv_hist_x_axis_config{
340343 " number of replicas" ,
@@ -448,7 +451,7 @@ PerfCounters *build_osd_logger(CephContext *cct) {
448451 l_osd_scrub_ec_failed_elapsed, " failed_scrubs_ec_elapsed" ,
449452 " time to scrub failure ec" );
450453
451- // the replica reservation process - EC
454+ // the secondaries reservation process - EC
452455 osd_plb.add_u64_counter (
453456 l_osd_scrub_ec_reserv_success, " scrub_ec_reservations_completed" ,
454457 " successfully completed reservation processes EC" );
You can’t perform that action at this time.
0 commit comments