pub struct TelemetryLayer;Expand description
日志/指标中间件 —— 自动记录请求耗时、token 用量、错误
Trait Implementations§
Source§impl<S: LlmProvider + 'static> ProviderLayer<S> for TelemetryLayer
impl<S: LlmProvider + 'static> ProviderLayer<S> for TelemetryLayer
Auto Trait Implementations§
impl Freeze for TelemetryLayer
impl RefUnwindSafe for TelemetryLayer
impl Send for TelemetryLayer
impl Sync for TelemetryLayer
impl Unpin for TelemetryLayer
impl UnsafeUnpin for TelemetryLayer
impl UnwindSafe for TelemetryLayer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more