summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_perf_counters.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_perf_counters.cc')
-rw-r--r--src/rgw/rgw_perf_counters.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rgw/rgw_perf_counters.cc b/src/rgw/rgw_perf_counters.cc
index d12daff2e14..21d1a3636b4 100644
--- a/src/rgw/rgw_perf_counters.cc
+++ b/src/rgw/rgw_perf_counters.cc
@@ -34,6 +34,8 @@ int rgw_perf_start(CephContext *cct)
plb.add_u64_counter(l_rgw_keystone_token_cache_hit, "keystone_token_cache_hit", "Keystone token cache hits");
plb.add_u64_counter(l_rgw_keystone_token_cache_miss, "keystone_token_cache_miss", "Keystone token cache miss");
+ plb.add_u64_counter(l_rgw_gc_retire, "gc_retire_object", "GC object retires");
+
plb.add_u64_counter(l_rgw_pubsub_event_triggered, "pubsub_event_triggered", "Pubsub events with at least one topic");
plb.add_u64_counter(l_rgw_pubsub_event_lost, "pubsub_event_lost", "Pubsub events lost");
plb.add_u64_counter(l_rgw_pubsub_store_ok, "pubsub_store_ok", "Pubsub events successfully stored");