windsurf_daily_user_metrics
Daily metrics and usage statistics for Windsurf users.
-
id
Primary key - Unique identifier for the row.
-
date
date - The date for which the metrics are recorded.
-
email
string - User email
-
is_active
boolean - Indicates if the user is active on this date.
-
cascade_lines_accepted
number - Total number of lines in accepted suggestions on this date.
-
cascade_lines_suggested
number - Total number of lines in suggested suggestions on this date.
-
command_lines_added
number - Total number of lines added via commands on this date.
-
command_lines_removed
number - Total number of lines removed via commands on this date.
-
command_bytes_added
number - Total number of bytes added via commands on this date.
-
command_bytes_removed
number - Total number of bytes removed via commands on this date.
-
user_num_bytes_accepted
number - Total accepted bytes from suggestions on this date.
-
user_num_lines_accepted
number - Total accepted lines from suggestions on this date.
-
user_num_acceptances
number - Total number of suggestion acceptances on this date.
-
num_chats_received
number - Total number of chats received on this date.
-
total_messages_sent
number - Total number of messages sent on this date.
-
total_prompts_used
number - Total number of prompts used on this date.