github-copilot-resources / copilot-metrics-viewer
- суббота, 27 апреля 2024 г. в 00:00:08
Tool to visualize the Copilot metrics provided via the Copilot Business Metrics API (current in public beta)
Here are the key metrics visualized in these charts:
Total Suggestions This chart illustrates the total number of code suggestions made by GitHub Copilot. It offers a view of the tool's activity and its engagement with users over time.
Total Acceptances: This visualization focuses on the total number of suggestions accepted by users.
Total Lines Suggested: Showcases the total number of lines of code suggested by GitHub Copilot. This gives an idea of the volume of code generation and assistance provided.
Total Lines Accepted: As the name says, the total lines of code accepted by users (full acceptances) offering insights into how much of the suggested code is actually being utilized incorporated to the codebase.
Pie charts with the top 5 languages by accepted prompts and acceptance rate are displayed at the top.
The language breakdown analysis tab also displays a table showing the Accepted Prompts, Accepted Lines of Code, and Acceptance Rate (%) for each language over the past 28 days. The entries are sorted by the number of accepted lines of code descending.
Cumulative Number of Turns: This metric represents the total number of turns (interactions) with the Copilot over the past 28 days. A 'turn' includes both user inputs and Copilot's responses.
Cumulative Number of Acceptances: This metric shows the total number of lines of code suggested by Copilot that have been accepted by users over the past 28 days.
Total Turns | Total Acceptances Count: This is a chart that displays the total number of turns and acceptances
Total Active Copilot Chat Users: a bar chart that illustrates the total number of users who have actively interacted with Copilot over the past 28 days.
VUE_APP_MOCKED_DATA=false
VUE_APP_GITHUB_ORG=
VUE_APP_GITHUB_TOKEN=
npm install
npm run serve
This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.
@martedesco
I aim to provide support through GitHub Issues. While I strive to stay responsive, I can't guarantee immediate responses. For critical issues, please include "CRITICAL" in the title for quicker attention.