Skip to content

Commit fd748fe

Browse files
authored
Merge pull request ceph#64183 from ronen-fr/wip-rf-64182-tentacle
tentacle: osd/scrub: some perf counters had their priority set to '0' Reviewed-by: Adam Kupczyk <[email protected]>
2 parents 1e8447e + e188659 commit fd748fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/osd/osd_perf_counters.cc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)