Skip to content

Commit 949d057

Browse files
committed
Revert "libsql-server: Fix deprecated injection_queue_depth() call"
This reverts commit 4fefbe0.
1 parent 8c19786 commit 949d057

File tree

1 file changed

+1
-1
lines changed
  • libsql-server/src/http/admin

1 file changed

+1
-1
lines changed

libsql-server/src/http/admin/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ where
102102
crate::metrics::TOKIO_RUNTIME_BLOCKING_QUEUE_DEPTH
103103
.set(metrics.blocking_queue_depth() as f64);
104104
crate::metrics::TOKIO_RUNTIME_INJECTION_QUEUE_DEPTH
105-
.set(metrics.global_queue_depth() as f64);
105+
.set(metrics.injection_queue_depth() as f64);
106106
crate::metrics::TOKIO_RUNTIME_NUM_BLOCKING_THREADS
107107
.set(metrics.num_blocking_threads() as f64);
108108
crate::metrics::TOKIO_RUNTIME_NUM_IDLE_BLOCKING_THREADS

0 commit comments

Comments
 (0)