Skip to content

Commit b63df78

Browse files
Track metadata updates for unsubscribes (#2876)
1 parent 4f493e4 commit b63df78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core/src/subscription/module_subscription_actor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ impl ModuleSubscriptions {
486486
});
487487

488488
let removed_queries = {
489+
let _compile_timer = subscription_metrics.compilation_time.start_timer();
489490
let mut subscriptions = {
490491
// How contended is the lock?
491492
let _wait_guard = subscription_metrics.lock_waiters.inc_scope();

0 commit comments

Comments
 (0)