github_copilot_usages
Details of GitHub Copilot usage.
-
id
Primary key - Unique identifier for the row.
-
day
string - The day of the usage data.
-
organization_id
Foreign key - ID of the organization.
-
enterprise_slug
string - Enterprise slug
-
total_suggestions_count
number - Total number of suggestions made by Copilot.
-
total_acceptances_count
number - Total number of suggestions accepted by users.
-
total_lines_suggested
number - Total number of lines suggested by Copilot.
-
total_lines_accepted
number - Total number of lines accepted by users.
-
total_active_users
number - Total number of active users.
-
total_chat_acceptances
number - Total number of chat acceptances.
-
total_chat_turns
number - Total number of chat turns.
-
total_active_chat_users
number - Total number of active chat users.
-
total_dotcom_chats
number - Total number of Copilot chat sessions initiated via GitHub.com.
-
total_dotcom_chat_users_engaged
number - Number of unique users who engaged in Copilot chat via GitHub.com.
-
total_dotcom_pr_users_engaged
number - Number of unique users who engaged with Copilot on pull requests via GitHub.com.
-
total_dotcom_pr_summaries_created
number - Total number of pull request summaries generated by Copilot on GitHub.com.