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
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,20 +70,16 @@ The language breakdown analysis tab also displays a table showing the Accepted P
70
70
71
71
4.**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.
72
72
73
-
## Requirements
74
-
75
-
Your organization must be enrolled in the GitHub Copilot API private alpha.
76
-
77
73
## Setup instructions
78
74
79
-
- Instructions on how to authenticate are provided in the API documentation - available if you have access to the private alpha.
75
+
- Instructions on how to authenticate are provided in the [API documentation]([url](https://docs.github.com/en/enterprise-cloud@latest/rest/copilot/copilot-usage?apiVersion=2022-11-28))
80
76
81
77
### .env file setup
82
-
- To utilize mocked data stored in a JSON file, simply set the following boolean environment variable to true:
78
+
- To retrieve Copilot metrics via the API and display your organization's data, configure the following boolean environment variable to false:
83
79
```
84
-
VUE_APP_MOCKED_DATA=true
80
+
VUE_APP_MOCKED_DATA=false
85
81
```
86
-
-To access Copilot metrics through the API, update your configuration by adding the following variables:
82
+
-Additionally, update the following environment variables:
0 commit comments