Commit ecd02cd0 authored by Brian White's avatar Brian White Committed by Commit Bot

Add UkmSamplingRate fieldtrial config.

This doesn't actually change the recording rate because doing so
would make a lot of tests become "flaky" as expected results sometimes
got dropped.

Bug: 766909
Change-Id: I8aa8839ddf6628b89d0bbcffd7385a7c202b17da
Reviewed-on: https://chromium-review.googlesource.com/1032888Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Brian White <bcwhite@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557570}
parent 62e388ac
...@@ -3875,6 +3875,29 @@ ...@@ -3875,6 +3875,29 @@
] ]
} }
], ],
"UkmSamplingRate": [
{
"platforms": [
"android",
"chromeos",
"ios",
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "Sampled",
"params": {
"_default_sampling": "1"
},
"enable_features": [
"UkmSamplingRate"
]
}
]
}
],
"UpdateMenuItem": [ "UpdateMenuItem": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment