Description
reconcile_stale_sessions and update_agent_session_status in crates/zeph-memory/src/store/agent_sessions.rs lack #[tracing::instrument] spans. list_agent_sessions and upsert_agent_session already have them. The gap makes stale-session reconciliation invisible in traces.
Expected Behavior
Both methods annotated with #[tracing::instrument(name = "memory.fleet.*", skip_all, level = "debug", err)] matching the convention used in upsert_agent_session.
Actual Behavior
No tracing spans on these two methods.
Environment
Description
reconcile_stale_sessionsandupdate_agent_session_statusincrates/zeph-memory/src/store/agent_sessions.rslack#[tracing::instrument]spans.list_agent_sessionsandupsert_agent_sessionalready have them. The gap makes stale-session reconciliation invisible in traces.Expected Behavior
Both methods annotated with
#[tracing::instrument(name = "memory.fleet.*", skip_all, level = "debug", err)]matching the convention used inupsert_agent_session.Actual Behavior
No tracing spans on these two methods.
Environment