feat: add verbose logging and complete observability (#251)
This commit is contained in:
parent
6d56a040ce
commit
50f508766f
8 changed files with 316 additions and 5 deletions
|
|
@ -3,11 +3,14 @@ pub mod multi;
|
|||
pub mod noop;
|
||||
pub mod otel;
|
||||
pub mod traits;
|
||||
pub mod verbose;
|
||||
|
||||
pub use self::log::LogObserver;
|
||||
pub use self::multi::MultiObserver;
|
||||
pub use noop::NoopObserver;
|
||||
pub use otel::OtelObserver;
|
||||
pub use traits::{Observer, ObserverEvent};
|
||||
pub use verbose::VerboseObserver;
|
||||
|
||||
use crate::config::ObservabilityConfig;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue