Trait MetricsSink
pub trait MetricsSink: Send + Sync {
// Required methods
fn on_inference(&self, span: &GenAISpan);
fn on_tool(&self, span: &ToolSpan);
fn on_run_end(&self, metrics: &AgentMetrics);
}Expand description
Trait for consuming telemetry data.