We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f493e4 commit b63df78Copy full SHA for b63df78
1 file changed
crates/core/src/subscription/module_subscription_actor.rs
@@ -486,6 +486,7 @@ impl ModuleSubscriptions {
486
});
487
488
let removed_queries = {
489
+ let _compile_timer = subscription_metrics.compilation_time.start_timer();
490
let mut subscriptions = {
491
// How contended is the lock?
492
let _wait_guard = subscription_metrics.lock_waiters.inc_scope();
0 commit comments