feat(obs): integrate dial9-tokio-telemetry for runtime tracing (#2285)

Co-authored-by: heihutu <heihutu@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com>
This commit is contained in:
houseme
2026-03-25 14:23:58 +08:00
committed by GitHub
parent 2681731443
commit fb2ced4d27
22 changed files with 1300 additions and 10 deletions
+5
View File
@@ -22,6 +22,7 @@
//! - Logging with tracing
//! - Metrics collection
//! - Distributed tracing
//! - Tokio runtime telemetry (via dial9)
//!
//! ## Usage
//!
@@ -69,3 +70,7 @@ pub use config::*;
pub use error::*;
pub use global::*;
pub use telemetry::{OtelGuard, Recorder};
// Dial9 Tokio runtime telemetry
// Re-export dial9 types at crate root level for easier access
pub use telemetry::dial9;