8 lines
190 B
Rust
8 lines
190 B
Rust
// file: kb-pipeline/src/constants.rs
|
|
// version: 2
|
|
|
|
//! Pipeline constants.
|
|
|
|
/// Canonical tracing target for pipeline orchestration.
|
|
pub(crate) const TRACING_TARGET: &str = "kb-pipeline";
|