github_copilot.organizations.billing.seats.total (count) | The total number of seats being billed for the organization as of the current billing cycle. |
github_copilot.organizations.billing.seats.added_this_cycle (count) | Seats added during the current billing cycle. |
github_copilot.organizations.billing.seats.pending_invitation (count) | The number of seats that have been assigned to users that have not yet accepted an invitation to this organization. |
github_copilot.organizations.billing.seats.pending_cancellation (count) | The number of seats that are pending cancellation at the end of the current billing cycle. |
github_copilot.organizations.billing.seats.active_this_cycle (count) | The number of seats that have used Copilot during the current billing cycle. |
github_copilot.organizations.billing.seats.inactive_this_cycle (count) | The number of seats that have not used Copilot during the current billing cycle. |
github_copilot.enterprises.billing.seats.total (count) | The total number of seats being billed as of the current billing cycle. |
github_copilot.usage.organizations.daily_active_users (count) | Number of unique users who used Copilot on a given day. |
github_copilot.usage.organizations.daily_active_cli_users (count) | Number of unique users who used Copilot via the CLI on a given day. |
github_copilot.usage.organizations.weekly_active_users (count) | Number of unique users who used Copilot during a seven-day window. |
github_copilot.usage.organizations.monthly_active_users (count) | Number of unique users who used Copilot during the last 28 days. |
github_copilot.usage.organizations.monthly_active_chat_users (count) | Number of unique users who used Copilot Chat during the last 28 days. |
github_copilot.usage.organizations.monthly_active_agent_users (count) | Number of unique users who used Copilot agent mode during the last 28 days. |
github_copilot.usage.organizations.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. |
github_copilot.usage.organizations.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. |
github_copilot.usage.organizations.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. |
github_copilot.usage.organizations.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). |
github_copilot.usage.organizations.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. |
github_copilot.usage.organizations.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). |
github_copilot.usage.organizations.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). |
github_copilot.usage.organizations.by_ide.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by IDE. |
github_copilot.usage.organizations.by_ide.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by IDE. |
github_copilot.usage.organizations.by_ide.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by IDE. |
github_copilot.usage.organizations.by_ide.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by IDE. |
github_copilot.usage.organizations.by_ide.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by IDE. |
github_copilot.usage.organizations.by_ide.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by IDE. |
github_copilot.usage.organizations.by_ide.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by IDE. |
github_copilot.usage.organizations.by_feature.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by Copilot feature. |
github_copilot.usage.organizations.by_feature.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by Copilot feature. |
github_copilot.usage.organizations.by_feature.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by Copilot feature. |
github_copilot.usage.organizations.by_feature.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by Copilot feature. |
github_copilot.usage.organizations.by_feature.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by Copilot feature. |
github_copilot.usage.organizations.by_feature.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by Copilot feature. |
github_copilot.usage.organizations.by_feature.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by Copilot feature. |
github_copilot.usage.organizations.by_language_feature.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.by_language_feature.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.by_language_feature.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.by_language_feature.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.by_language_feature.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.by_language_feature.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.by_language_feature.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.by_language_model.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by programming language and model. |
github_copilot.usage.organizations.by_language_model.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by programming language and model. |
github_copilot.usage.organizations.by_language_model.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by programming language and model. |
github_copilot.usage.organizations.by_language_model.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by programming language and model. |
github_copilot.usage.organizations.by_language_model.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by programming language and model. |
github_copilot.usage.organizations.by_language_model.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by programming language and model. |
github_copilot.usage.organizations.by_language_model.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by programming language and model. |
github_copilot.usage.organizations.by_model_feature.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by model and Copilot feature. |
github_copilot.usage.organizations.by_model_feature.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by model and Copilot feature. |
github_copilot.usage.organizations.by_model_feature.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by model and Copilot feature. |
github_copilot.usage.organizations.by_model_feature.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by model and Copilot feature. |
github_copilot.usage.organizations.by_model_feature.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by model and Copilot feature. |
github_copilot.usage.organizations.by_model_feature.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by model and Copilot feature. |
github_copilot.usage.organizations.by_model_feature.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by model and Copilot feature. |
github_copilot.usage.organizations.cli.session_count (count) | Number of distinct Copilot CLI sessions initiated on this day. |
github_copilot.usage.organizations.cli.request_count (count) | Total number of requests made to Copilot via the CLI on this day. |
github_copilot.usage.organizations.cli.prompt_count (count) | Total number of user prompts or commands sent to Copilot via the CLI on this day. |
github_copilot.usage.organizations.cli.token_usage.output_tokens_sum (count) | Total number of output tokens generated across all Copilot CLI requests on this day. |
github_copilot.usage.organizations.cli.token_usage.prompt_tokens_sum (count) | Total number of prompt tokens sent across all Copilot CLI requests on this day. |
github_copilot.usage.organizations.cli.token_usage.avg_tokens_per_request (count) | Average number of tokens (prompt and output) per Copilot CLI request on this day. |
github_copilot.usage.organizations.pull_requests.total_reviewed (count) | Total number of pull requests reviewed on this day. |
github_copilot.usage.organizations.pull_requests.total_created (count) | Total number of pull requests created on this day. |
github_copilot.usage.organizations.pull_requests.total_created_by_copilot (count) | Number of pull requests created by Copilot on this day. |
github_copilot.usage.organizations.pull_requests.total_reviewed_by_copilot (count) | Number of pull requests reviewed by Copilot on this day. |
github_copilot.usage.organizations.pull_requests.total_merged (count) | Total number of pull requests merged on this day. |
github_copilot.usage.organizations.pull_requests.total_suggestions (count) | Total number of pull request review suggestions generated on this day. |
github_copilot.usage.organizations.pull_requests.total_applied_suggestions (count) | Total number of pull request review suggestions that were applied. |
github_copilot.usage.organizations.pull_requests.total_merged_created_by_copilot (count) | Number of pull requests created by Copilot that were merged. |
github_copilot.usage.organizations.pull_requests.total_copilot_suggestions (count) | Number of pull request review suggestions generated by Copilot. |
github_copilot.usage.organizations.pull_requests.total_copilot_applied_suggestions (count) | Number of pull request review suggestions generated by Copilot that were applied. |
github_copilot.usage.enterprises.daily_active_users (count) | Number of unique users who used Copilot on a given day. |
github_copilot.usage.enterprises.daily_active_cli_users (count) | Number of unique users who used Copilot via the CLI on a given day. |
github_copilot.usage.enterprises.weekly_active_users (count) | Number of unique users who used Copilot during a seven-day window. |
github_copilot.usage.enterprises.monthly_active_users (count) | Number of unique users who used Copilot during the last 28 days. |
github_copilot.usage.enterprises.monthly_active_chat_users (count) | Number of unique users who used Copilot Chat during the last 28 days. |
github_copilot.usage.enterprises.monthly_active_agent_users (count) | Number of unique users who used Copilot agent mode during the last 28 days. |
github_copilot.usage.enterprises.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. |
github_copilot.usage.enterprises.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. |
github_copilot.usage.enterprises.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. |
github_copilot.usage.enterprises.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). |
github_copilot.usage.enterprises.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. |
github_copilot.usage.enterprises.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). |
github_copilot.usage.enterprises.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). |
github_copilot.usage.enterprises.by_ide.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by IDE. |
github_copilot.usage.enterprises.by_ide.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by IDE. |
github_copilot.usage.enterprises.by_ide.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by IDE. |
github_copilot.usage.enterprises.by_ide.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by IDE. |
github_copilot.usage.enterprises.by_ide.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by IDE. |
github_copilot.usage.enterprises.by_ide.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by IDE. |
github_copilot.usage.enterprises.by_ide.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by IDE. |
github_copilot.usage.enterprises.by_feature.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by Copilot feature. |
github_copilot.usage.enterprises.by_feature.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by Copilot feature. |
github_copilot.usage.enterprises.by_feature.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by Copilot feature. |
github_copilot.usage.enterprises.by_feature.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by Copilot feature. |
github_copilot.usage.enterprises.by_feature.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by Copilot feature. |
github_copilot.usage.enterprises.by_feature.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by Copilot feature. |
github_copilot.usage.enterprises.by_feature.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by Copilot feature. |
github_copilot.usage.enterprises.by_language_feature.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.by_language_feature.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.by_language_feature.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.by_language_feature.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.by_language_feature.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.by_language_feature.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.by_language_feature.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.by_language_model.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by programming language and model. |
github_copilot.usage.enterprises.by_language_model.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by programming language and model. |
github_copilot.usage.enterprises.by_language_model.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by programming language and model. |
github_copilot.usage.enterprises.by_language_model.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by programming language and model. |
github_copilot.usage.enterprises.by_language_model.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by programming language and model. |
github_copilot.usage.enterprises.by_language_model.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by programming language and model. |
github_copilot.usage.enterprises.by_language_model.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by programming language and model. |
github_copilot.usage.enterprises.by_model_feature.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.by_model_feature.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.by_model_feature.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.by_model_feature.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.by_model_feature.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.by_model_feature.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.by_model_feature.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.cli.session_count (count) | Number of distinct Copilot CLI sessions initiated on this day. |
github_copilot.usage.enterprises.cli.request_count (count) | Total number of requests made to Copilot via the CLI on this day. |
github_copilot.usage.enterprises.cli.prompt_count (count) | Total number of user prompts or commands sent to Copilot via the CLI on this day. |
github_copilot.usage.enterprises.cli.token_usage.output_tokens_sum (count) | Total number of output tokens generated across all Copilot CLI requests on this day. |
github_copilot.usage.enterprises.cli.token_usage.prompt_tokens_sum (count) | Total number of prompt tokens sent across all Copilot CLI requests on this day. |
github_copilot.usage.enterprises.cli.token_usage.avg_tokens_per_request (count) | Average number of tokens (prompt and output) per Copilot CLI request on this day. |
github_copilot.usage.enterprises.pull_requests.total_reviewed (count) | Total number of pull requests reviewed on this day. |
github_copilot.usage.enterprises.pull_requests.total_created (count) | Total number of pull requests created on this day. |
github_copilot.usage.enterprises.pull_requests.total_created_by_copilot (count) | Number of pull requests created by Copilot on this day. |
github_copilot.usage.enterprises.pull_requests.total_reviewed_by_copilot (count) | Number of pull requests reviewed by Copilot on this day. |
github_copilot.usage.enterprises.pull_requests.total_merged (count) | Total number of pull requests merged on this day. |
github_copilot.usage.enterprises.pull_requests.total_suggestions (count) | Total number of pull request review suggestions generated on this day. |
github_copilot.usage.enterprises.pull_requests.total_applied_suggestions (count) | Total number of pull request review suggestions that were applied. |
github_copilot.usage.enterprises.pull_requests.total_merged_created_by_copilot (count) | Number of pull requests created by Copilot that were merged. |
github_copilot.usage.enterprises.pull_requests.total_copilot_suggestions (count) | Number of pull request review suggestions generated by Copilot. |
github_copilot.usage.enterprises.pull_requests.total_copilot_applied_suggestions (count) | Number of pull request review suggestions generated by Copilot that were applied. |
github_copilot.usage.organizations.users.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. |
github_copilot.usage.organizations.users.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. |
github_copilot.usage.organizations.users.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. |
github_copilot.usage.organizations.users.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). |
github_copilot.usage.organizations.users.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. |
github_copilot.usage.organizations.users.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). |
github_copilot.usage.organizations.users.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). |
github_copilot.usage.organizations.users.chat_panel_agent_mode (count) | Number of times the user used the chat panel in agent mode. |
github_copilot.usage.organizations.users.chat_panel_ask_mode (count) | Number of times the user used the chat panel in ask mode. |
github_copilot.usage.organizations.users.chat_panel_edit_mode (count) | Number of times the user used the chat panel in edit mode. |
github_copilot.usage.organizations.users.chat_panel_custom_mode (count) | Number of times the user used the chat panel in a custom mode. |
github_copilot.usage.organizations.users.chat_panel_unknown_mode (count) | Number of times the user used the chat panel in an unknown mode. |
github_copilot.usage.organizations.users.used_agent (count) | Whether the user used Copilot agent mode on this day (1 if yes; 0 if no). |
github_copilot.usage.organizations.users.used_chat (count) | Whether the user used Copilot Chat in the IDE on this day (1 if yes; 0 if no). |
github_copilot.usage.organizations.users.cli.session_count (count) | Number of distinct Copilot CLI sessions initiated on this day. |
github_copilot.usage.organizations.users.cli.request_count (count) | Total number of requests made to Copilot via the CLI on this day. |
github_copilot.usage.organizations.users.cli.token_usage.output_tokens_sum (count) | Total number of output tokens generated across all Copilot CLI requests on this day. |
github_copilot.usage.organizations.users.cli.token_usage.prompt_tokens_sum (count) | Total number of prompt tokens sent across all Copilot CLI requests on this day. |
github_copilot.usage.organizations.users.cli.token_usage.avg_tokens_per_request (count) | Average number of tokens (prompt and output) per Copilot CLI request on this day. |
github_copilot.usage.organizations.users.by_ide.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by IDE. |
github_copilot.usage.organizations.users.by_ide.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by IDE. |
github_copilot.usage.organizations.users.by_ide.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by IDE. |
github_copilot.usage.organizations.users.by_ide.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by IDE. |
github_copilot.usage.organizations.users.by_ide.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by IDE. |
github_copilot.usage.organizations.users.by_ide.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by IDE. |
github_copilot.usage.organizations.users.by_ide.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by IDE. |
github_copilot.usage.organizations.users.by_feature.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by Copilot feature. |
github_copilot.usage.organizations.users.by_feature.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by Copilot feature. |
github_copilot.usage.organizations.users.by_feature.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by Copilot feature. |
github_copilot.usage.organizations.users.by_feature.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by Copilot feature. |
github_copilot.usage.organizations.users.by_feature.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by Copilot feature. |
github_copilot.usage.organizations.users.by_feature.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by Copilot feature. |
github_copilot.usage.organizations.users.by_feature.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by Copilot feature. |
github_copilot.usage.organizations.users.by_language_feature.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.users.by_language_feature.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.users.by_language_feature.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.users.by_language_feature.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.users.by_language_feature.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.users.by_language_feature.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.users.by_language_feature.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by programming language and Copilot feature. |
github_copilot.usage.organizations.users.by_language_model.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by programming language and model. |
github_copilot.usage.organizations.users.by_language_model.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by programming language and model. |
github_copilot.usage.organizations.users.by_language_model.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by programming language and model. |
github_copilot.usage.organizations.users.by_language_model.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by programming language and model. |
github_copilot.usage.organizations.users.by_language_model.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by programming language and model. |
github_copilot.usage.organizations.users.by_language_model.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by programming language and model. |
github_copilot.usage.organizations.users.by_language_model.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by programming language and model. |
github_copilot.usage.organizations.users.by_model_feature.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by model and Copilot feature. |
github_copilot.usage.organizations.users.by_model_feature.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by model and Copilot feature. |
github_copilot.usage.organizations.users.by_model_feature.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by model and Copilot feature. |
github_copilot.usage.organizations.users.by_model_feature.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by model and Copilot feature. |
github_copilot.usage.organizations.users.by_model_feature.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by model and Copilot feature. |
github_copilot.usage.organizations.users.by_model_feature.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by model and Copilot feature. |
github_copilot.usage.organizations.users.by_model_feature.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.users.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. |
github_copilot.usage.enterprises.users.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. |
github_copilot.usage.enterprises.users.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. |
github_copilot.usage.enterprises.users.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). |
github_copilot.usage.enterprises.users.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. |
github_copilot.usage.enterprises.users.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). |
github_copilot.usage.enterprises.users.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). |
github_copilot.usage.enterprises.users.chat_panel_agent_mode (count) | Number of times the user used the chat panel in agent mode. |
github_copilot.usage.enterprises.users.chat_panel_ask_mode (count) | Number of times the user used the chat panel in ask mode. |
github_copilot.usage.enterprises.users.chat_panel_edit_mode (count) | Number of times the user used the chat panel in edit mode. |
github_copilot.usage.enterprises.users.chat_panel_custom_mode (count) | Number of times the user used the chat panel in a custom mode. |
github_copilot.usage.enterprises.users.chat_panel_unknown_mode (count) | Number of times the user used the chat panel in an unknown mode. |
github_copilot.usage.enterprises.users.used_agent (count) | Whether the user used Copilot agent mode on this day (1 if yes; 0 if no). |
github_copilot.usage.enterprises.users.used_chat (count) | Whether the user used Copilot Chat in the IDE on this day (1 if yes; 0 if no). |
github_copilot.usage.enterprises.users.cli.session_count (count) | Number of distinct Copilot CLI sessions initiated on this day. |
github_copilot.usage.enterprises.users.cli.request_count (count) | Total number of requests made to Copilot via the CLI on this day. |
github_copilot.usage.enterprises.users.cli.token_usage.output_tokens_sum (count) | Total number of output tokens generated across all Copilot CLI requests on this day. |
github_copilot.usage.enterprises.users.cli.token_usage.prompt_tokens_sum (count) | Total number of prompt tokens sent across all Copilot CLI requests on this day. |
github_copilot.usage.enterprises.users.cli.token_usage.avg_tokens_per_request (count) | Average number of tokens (prompt and output) per Copilot CLI request on this day. |
github_copilot.usage.enterprises.users.by_ide.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by IDE. |
github_copilot.usage.enterprises.users.by_ide.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by IDE. |
github_copilot.usage.enterprises.users.by_ide.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by IDE. |
github_copilot.usage.enterprises.users.by_ide.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by IDE. |
github_copilot.usage.enterprises.users.by_ide.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by IDE. |
github_copilot.usage.enterprises.users.by_ide.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by IDE. |
github_copilot.usage.enterprises.users.by_ide.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by IDE. |
github_copilot.usage.enterprises.users.by_feature.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by Copilot feature. |
github_copilot.usage.enterprises.users.by_feature.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by Copilot feature. |
github_copilot.usage.enterprises.users.by_feature.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by Copilot feature. |
github_copilot.usage.enterprises.users.by_feature.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by Copilot feature. |
github_copilot.usage.enterprises.users.by_feature.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by Copilot feature. |
github_copilot.usage.enterprises.users.by_feature.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by Copilot feature. |
github_copilot.usage.enterprises.users.by_feature.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by Copilot feature. |
github_copilot.usage.enterprises.users.by_language_feature.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.users.by_language_feature.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.users.by_language_feature.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.users.by_language_feature.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.users.by_language_feature.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.users.by_language_feature.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.users.by_language_feature.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by programming language and Copilot feature. |
github_copilot.usage.enterprises.users.by_language_model.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by programming language and model. |
github_copilot.usage.enterprises.users.by_language_model.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by programming language and model. |
github_copilot.usage.enterprises.users.by_language_model.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by programming language and model. |
github_copilot.usage.enterprises.users.by_language_model.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by programming language and model. |
github_copilot.usage.enterprises.users.by_language_model.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by programming language and model. |
github_copilot.usage.enterprises.users.by_language_model.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by programming language and model. |
github_copilot.usage.enterprises.users.by_language_model.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by programming language and model. |
github_copilot.usage.enterprises.users.by_model_feature.user_initiated_interaction_count (count) | Number of explicit prompts sent to Copilot. Only counts messages or prompts actively sent to the model. Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.users.by_model_feature.code_generation_activity_count (count) | Number of distinct Copilot output events generated. Includes all generated content such as comments and docstrings. Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.users.by_model_feature.code_acceptance_activity_count (count) | Number of suggestions or code blocks accepted by users. Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.users.by_model_feature.loc_suggested_to_add_sum (count) | Total lines of code Copilot suggested to add (completions and chat; excludes agent edits). Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.users.by_model_feature.loc_suggested_to_delete_sum (count) | Total lines of code Copilot suggested to delete. Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.users.by_model_feature.loc_added_sum (count) | Total lines of code actually added to the editor (accepted completions and applied code blocks). Broken down by model and Copilot feature. |
github_copilot.usage.enterprises.users.by_model_feature.loc_deleted_sum (count) | Total lines of code deleted from the editor (currently from agent edits). Broken down by model and Copilot feature. |