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 f90c829 commit 2294b7fCopy full SHA for 2294b7f
rust/cubestore/cubestore/src/app_metrics.rs
@@ -8,7 +8,7 @@ use crate::util::metrics::{Counter, Gauge, Histogram};
8
pub static STARTUPS: Counter = metrics::counter("cs.startup");
9
10
/// Errots on reciving from subprocesses.
11
-pub static WORKER_POOL_ERROR: Counter = metrics::counter("cs.worker_pool.recive_error");
+pub static WORKER_POOL_ERROR: Counter = metrics::counter("cs.worker_pool.errors");
12
13
/// Incoming SQL queries that do data reads.
14
pub static DATA_QUERIES: Counter = metrics::counter("cs.sql.query.data");
0 commit comments