-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds UserAgent and CPU Usage optimization #102
Conversation
briangann
commented
Mar 24, 2023
- Updates packages
- Add GrafanaKiosk to user agent string with build version
- Adds build version to output
- Reduces CPU usage of application
README.md
Outdated
KIOSK_IS_PLAYLIST bool | ||
URL is a playlist (default "false") | ||
KIOSK_LOGIN_METHOD string | ||
[anon|local|gcom|goauth|idtoken|apikey] (default "anon") | ||
[anon|local|gcom|goauth|idtoken] (default "anon") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you remove the apikey
value from the doc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my mistake - merge failure, will add it back, thanks for the catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i took the output from the command-line help output, looks like the option wasn't added to the env section. i've added it back in. thanks again!
Code Climate has analyzed commit 8f2ceae and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 2.2% (50% is the threshold). This pull request will bring the total coverage in the repository to 3.4%. View more on Code Climate. |