Skip to content
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

Log navigator.oscpu via the client classification endpoint. #240

Merged
merged 2 commits into from Sep 12, 2016

Conversation

Osmose
Copy link
Contributor

@Osmose Osmose commented Aug 28, 2016

Prior to implementing operating system filtering, I'd like to collect some data from users about what the value of navigator.oscpu is, since we'll be using that value to filter by OS.

This is marked as Do Not Merge because I'd like a data review from @rjweiss first, which happens via Bugzilla flags AFAICT. I (or anyone, really) can remove that tag once the data review on Bugzilla is approved.

Fixes bug 1296028.

@mythmon r? Since you're probably most familiar with how logging should be done.

This is a temporary measure intended to get data on what values for
navigator.oscpu the userbase has. This will help guide a future
implementation of OS targeting in filter expression.

Fixes bug 1296028
@mythmon
Copy link
Contributor

mythmon commented Aug 29, 2016

I like these changes. r+ on this PR, once rweiss approves the data logging.

@mythmon mythmon removed their assignment Aug 29, 2016
@@ -255,6 +255,7 @@ def LOGGING(self):
ACTION_IMPLEMENTATION_CACHE_TIME = values.IntegerValue(60 * 60 * 24 * 365)
NUM_PROXIES = values.IntegerValue(0)
API_CACHE_TIME = values.IntegerValue(30)
LOG_OSCPU_RATE = values.FloatValue(0.001)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New settings need to go in the docs.

@mythmon
Copy link
Contributor

mythmon commented Sep 12, 2016

I added the new setting to the docs. This is ready to merge once CI finishes.

@mythmon mythmon merged commit 97c5664 into mozilla:master Sep 12, 2016
@Osmose Osmose deleted the log-oscpu branch October 1, 2016 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants