cursor_daily_user_metrics
Daily User Metrics from Cursor.
-
date
date - The date for which the metrics are recorded.
-
email
string - Email ID of the user.
-
cursor_user_id
Foreign key - ID of the user.
-
total_lines_added
number - Total number of lines added by the user.
-
total_lines_deleted
number - Total number of lines deleted by the user.
-
accepted_lines_added
number - Number of lines added that were accepted.
-
accepted_lines_deleted
number - Number of lines deleted that were accepted.
-
total_applies
number - Total number of times the user applied suggestions.
-
total_accepts
number - Total number of times the user accepted suggestions.
-
total_rejects
number - Total number of times the user rejected suggestions.
-
total_tabs_shown
number - Total number of tabs shown to the user.
-
total_tabs_accepted
number - Total number of tabs accepted by the user.
-
composer_requests
number - Number of requests made to the composer.
-
chat_requests
number - Number of chat requests made by the user.
-
cmdk_usages
number - Number of times the command palette was used.
-
most_used_model
string - The most frequently used AI model by the user.
-
agent_requests
number - Number of agent requests made by the user.
-
subscription_included_reqs
number - Number of requests included in subscription.
-
api_key_reqs
number - Number of requests made via API key.
-
usage_based_reqs
number - Number of usage-based requests.
-
bugbot_usages
number - Number of bug bot usages.
-
apply_most_used_extension
string - The most frequently used file extension for apply.
-
tab_most_used_extension
string - The most frequently used file extension for tab.
-
client_version
string - The client version of cursor.
-
is_active
boolean - Indicates if the user was active or not on that day.