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 2294b7f commit 35d9407Copy full SHA for 35d9407
rust/cubestore/cubestore/src/app_metrics.rs
@@ -7,7 +7,7 @@ use crate::util::metrics::{Counter, Gauge, Histogram};
7
/// The number of process startups.
8
pub static STARTUPS: Counter = metrics::counter("cs.startup");
9
10
-/// Errots on reciving from subprocesses.
+/// Errors in IPC.
11
pub static WORKER_POOL_ERROR: Counter = metrics::counter("cs.worker_pool.errors");
12
13
/// Incoming SQL queries that do data reads.
0 commit comments