Skip to content

Commit 2294b7f

Browse files
committed
in work
1 parent f90c829 commit 2294b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubestore/cubestore/src/app_metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::util::metrics::{Counter, Gauge, Histogram};
88
pub static STARTUPS: Counter = metrics::counter("cs.startup");
99

1010
/// Errots on reciving from subprocesses.
11-
pub static WORKER_POOL_ERROR: Counter = metrics::counter("cs.worker_pool.recive_error");
11+
pub static WORKER_POOL_ERROR: Counter = metrics::counter("cs.worker_pool.errors");
1212

1313
/// Incoming SQL queries that do data reads.
1414
pub static DATA_QUERIES: Counter = metrics::counter("cs.sql.query.data");

0 commit comments

Comments
 (0)