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
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Here are the key metrics visualized in these charts:
23
23
24
24
2.**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.
25
25
26
-
3.**Total Acceptances:** This visualization focuses on the total number of suggestions accepted by users.
26
+
3.**Total Acceptances:** This visualization focuses on the total number of suggestions accepted by users.
@@ -70,7 +70,7 @@ 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.
@@ -88,7 +88,7 @@ The language breakdown analysis tab also displays a table showing the Accepted P
88
88
89
89
In the `.env` file, you can configure several environment variables that control the behavior of the application.
90
90
91
-
#### VUE_APP_SCOPE
91
+
#### VUE_APP_SCOPE
92
92
93
93
The `VUE_APP_SCOPE` environment variable in the `.env` file determines the scope of the API calls made by the application. It can be set to either 'enterprise' or 'organization'.
94
94
@@ -161,6 +161,8 @@ Proxy can authenticate user using GitHub App. In order to do that, following env
161
161
*`GITHUB_CLIENT_SECRET` - client secret of the GitHub App
162
162
*`SESSION_SECRET` - random string for securing session state
163
163
164
+
If you want use a custom path for your `.env` file you can set the environment variable `DOTENV_CONFIG_PATH`.
This project is independently developed and maintained, and is not an official GitHub product. It thrives through the dedicated efforts of ([@martedesco](https://github.com/martedesco)), ([@karpikpl](https://github.com/karpikpl)) our wonderful contributors. A heartfelt thanks to all our contributors! ✨
228
+
This project is independently developed and maintained, and is not an official GitHub product. It thrives through the dedicated efforts of ([@martedesco](https://github.com/martedesco)), ([@karpikpl](https://github.com/karpikpl)) our wonderful contributors. A heartfelt thanks to all our contributors! ✨
218
229
219
230
I aim to provide support through [GitHub Issues](https://github.com/github-copilot-resources/copilot-metrics-viewer/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. 🙏🏼
0 commit comments