Support needed to measure user and service traffic in Chrome.
Some of the traffic of Chrome is not coming from direct request of user and it
comes from services running on it such as Sync, Suggestion, or Complete. To
understand their contribution to total amount of Chrome traffic, it is necessary
to record services traffic use besides the user traffic use.
To be able to get more useful data, it is also necessary to record the condition
in which the request is made and the response is received. Two important aspects
are the connection type (Cellular or Wifi) and application state (Foreground or
Background). Also it is helpful to have the distribution of exchanged message
size for different directions (Upload or Download).
Besides the needed support for measuring, the suggestion service code is
instrumented to record its data use. This instrumentation is done as an example
and if this CL lands other target services will be instrumented too.
BUG=516434
Review URL: https://codereview.chromium.org/1279543002
Cr-Commit-Position: refs/heads/master@{#348490}
diff --git a/components/data_use_measurement/OWNERS b/components/data_use_measurement/OWNERS
new file mode 100644
index 0000000..f63ec14
--- /dev/null
+++ b/components/data_use_measurement/OWNERS
@@ -0,0 +1,2 @@
[email protected]
[email protected]