You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
A Streamlit dashboard to display information from the Github Copilot Usage API endpoints.
4
4
5
+
---
6
+
7
+
## Important Notice
8
+
9
+
This repository is currently using depreciated endpoints to collect CoPilot Usage information and will not be able to show information past the 1st of February 2025.
10
+
11
+
We are working on refactoring the dashboard and its lambda to make use of the new endpoints and its data structure.
12
+
13
+
| Documentation | Link |
14
+
| ------------- | ---- |
15
+
| Old Endpoint |https://docs.github.com/en/rest/copilot/copilot-usage?apiVersion=2022-11-28|
16
+
| New Endpoint |https://docs.github.com/en/rest/copilot/copilot-metrics?apiVersion=2022-11-28|
0 commit comments