Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Side by Side Diff: components/metrics/README

Issue 239093004: Move part of metrics from chrome/common to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding TBR section for owners of minor changes. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/metrics/DEPS ('k') | components/metrics/metrics_log_base.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This component contains the base classes for the metrics service and only
2 depends on //base. It is used by ChromeOS as the base for a standalone service
3 that will upload the metrics when ChromeOS is not installed (headless install).
4
5 This is the first step towards the componentization of metrics that will happen
6 later this spring.
7
8 A proposed structure for the metrics component is:
9 //components/metrics/base,
10 Depends on base only. Contains the protobuf definitions.
11 //components/metrics/core
12 Depends on everything iOS depends on
13 //components/metrics/content
14 Depends on content
15
16 Ideally, the component would abstract the network stack and have a clean
17 separation between the metrics upload logic (protbuf generation, retry, etc...),
18 the chrome part (gathering histogram from all the threads, populating the
19 log with hardware characteristics, plugin state, etc.).
20
21 It is a plus if the component stays in a single directory as it would be easier
blundell 2014/05/05 08:16:51 nit: To avoid confusion, I would say "if the code
22 for ChromeOS to pull it :).
OLDNEW
« no previous file with comments | « components/metrics/DEPS ('k') | components/metrics/metrics_log_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698