-
Notifications
You must be signed in to change notification settings - Fork 10k
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
[api-minor] Update telemetry to use 'categorical' histograms. #11029
[api-minor] Update telemetry to use 'categorical' histograms. #11029
Conversation
Firefox telemetry supports using string labels now. Convert our integers that we used for categories to just use strings. The upstream work will happen in: https://bugzilla.mozilla.org/show_bug.cgi?id=1566882
f9c4f2c
to
31d7180
Compare
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 really like the simplicity of the new patch; looks good to me :-)
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/ca1f3148cf743e4/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 1 Live output at: http://54.215.176.217:8877/5817f1119a3d6b1/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/ca1f3148cf743e4/output.txt Total script time: 17.48 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/5817f1119a3d6b1/output.txt Total script time: 29.35 mins
|
Looks good! |
Firefox telemetry supports using string labels now. Convert our integers
that we used for categories to just use strings.
The upstream work will happen in:
https://bugzilla.mozilla.org/show_bug.cgi?id=1566882