We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c19786 commit 949d057Copy full SHA for 949d057
libsql-server/src/http/admin/mod.rs
@@ -102,7 +102,7 @@ where
102
crate::metrics::TOKIO_RUNTIME_BLOCKING_QUEUE_DEPTH
103
.set(metrics.blocking_queue_depth() as f64);
104
crate::metrics::TOKIO_RUNTIME_INJECTION_QUEUE_DEPTH
105
- .set(metrics.global_queue_depth() as f64);
+ .set(metrics.injection_queue_depth() as f64);
106
crate::metrics::TOKIO_RUNTIME_NUM_BLOCKING_THREADS
107
.set(metrics.num_blocking_threads() as f64);
108
crate::metrics::TOKIO_RUNTIME_NUM_IDLE_BLOCKING_THREADS
0 commit comments