Skip to content

Commit 58fecde

Browse files
committed
review suggestions
1 parent 4514257 commit 58fecde

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ https://github.com/github-copilot-resources/copilot-metrics-viewer/assets/332930
1515
## Charts
1616

1717
## Key Metrics
18-
Here are the key metrics visualized in these charts,will introduce them one by one as below
18+
>[!NOTE]
19+
> Metrics details are described in detail in [GitHub API response schema](https://docs.github.com/en/rest/copilot/copilot-metrics?apiVersion=2022-11-28#get-copilot-metrics-for-an-organization)
20+
21+
Here are the key metrics visualized in these charts:
1922
<p align="center">
2023
<img width="800" alt="image" src="./images/KeyMetrics.png">
2124
</p>
2225

23-
1. **Acceptance Rate:** This metric represents the ratio of accepted numbers to the total numbers suggested by GitHub Copilot. This rate is an indicator of the relevance and usefulness of Copilot's suggestions.
26+
1. **Acceptance Rate:** This metric represents the ratio of accepted lines and suggestions to the total suggested by GitHub Copilot. This rate is an indicator of the relevance and usefulness of Copilot's suggestions.
27+
However, as any metric, should be used with caution as developers use Copilot in many different ways (research, confirm, verify etc. not always "inject").
2428
<p align="center">
2529
<img width="800" alt="image" src="./images/Acceptance_rate_bycount.png">
2630
</p>

0 commit comments

Comments
 (0)