Skip to content

Commit 35d9407

Browse files
committed
fix
1 parent 2294b7f commit 35d9407

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
@@ -7,7 +7,7 @@ use crate::util::metrics::{Counter, Gauge, Histogram};
77
/// The number of process startups.
88
pub static STARTUPS: Counter = metrics::counter("cs.startup");
99

10-
/// Errots on reciving from subprocesses.
10+
/// Errors in IPC.
1111
pub static WORKER_POOL_ERROR: Counter = metrics::counter("cs.worker_pool.errors");
1212

1313
/// Incoming SQL queries that do data reads.

0 commit comments

Comments
 (0)