Skip to content

Add agent_platform_session stopped and dropped events

What does this MR do and why?

How to set up and validate locally

  • Create a new agent platform session by running an agent platform session in IDE and stop / drop the session
  • Go to postgres gdk psql
  • Execute select * from ai_usage_events order by id desc limit 1
  • You should see an event record with filled user_id, namespace_id, and extras including flow_type, project_id, session_id, environment

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #570564

Edited by Kinshuk Singh

Merge request reports

Loading