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 c1a48f7 commit 563f09dCopy full SHA for 563f09d
rust/cubestore/cubestore/src/cluster/mod.rs
@@ -329,7 +329,7 @@ impl WorkerProcessing for WorkerProcessor {
329
};
330
let span = trace_id_and_span_id.map(|(t, s)| {
331
tracing::info_span!(
332
- "Process on selec worker",
+ "Process on select worker",
333
cube_dd_trace_id = t,
334
cube_dd_parent_span_id = s
335
)
0 commit comments