MinimalTelemetry
Defined in the Telemetry Funcs module.Rust AI Agent SDK Minimal telemetry implementation Provides basic telemetry functionality with minimal overhead. When performance mode is enabled, telemetry operations are no-ops.
Fields
Methods
new
with_session_id
set_user_id
session_id
user_id
is_enabled
enable
disable
set_property
get_property
track_event
track_agent_start
track_agent_complete
track_tool_execution
track_llm_call
track_error
flush
cleanup
Source
View on GitHub
praisonai/src/parity/telemetry_funcs.rs at line 29
