1. 2bedc74 crash_reporter: Fix paths for kernel panic collection by Steve Fung · 8 years ago
  2. eca14e3 metricsd: Removing brillo::Any from weaved's public APIs by Alex Vakulenko · 8 years ago
  3. ea05ff9 crash_reporter/metricsd: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  4. ba95a94 metricsd: Split out the trait name from the command name by Alex Vakulenko · 9 years ago
  5. 53ca76f metrics: Switch to use Binder interface to weaved by Alex Vakulenko · 9 years ago
  6. b77ae45 Remove metrics collector service trampoline by Todd Poynor · 9 years ago
  7. 6c9fbb9 metricsd: Replace scoped_ptr with unique_ptr. by Bertrand SIMONNET · 9 years ago
  8. 33c5935 Fix metricsd to conform to the lastest server schema by Alex Vakulenko · 9 years ago
  9. 694553d metrics_collector: add libmetricscollectorservice binder service by Todd Poynor · 9 years ago
  10. 9fc597b metricsd: Update to use new component/trait APIs from weaved by Alex Vakulenko · 9 years ago
  11. 4840ab7 metricsd: Remove unused type declarations by Alex Vakulenko · 9 years ago
  12. 9d3a4ae metricsd: Use different directories for each daemon. by Bertrand SIMONNET · 9 years ago
  13. a7bc1c1 metricsd: Specify directory for persistent integers. by Bertrand SIMONNET · 9 years ago
  14. 608e428 metricsd: Split into two daemons. by Bertrand SIMONNET · 9 years ago[Renamed (82%) from metricsd/metrics_daemon.cc]
  15. ad6ab58 metricsd: Remove dead code. by Bertrand SIMONNET · 9 years ago
  16. 0ada2ca metricsd: Collect average cpu usage information. by Bertrand SIMONNET · 9 years ago
  17. eb697ab metricsd: Read build time values from etc/os-release.d. by Bertrand SIMONNET · 9 years ago
  18. 74dc624 system/core: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  19. 82b02de Update metrics to use weaved's client library by Alex Vakulenko · 9 years ago
  20. 35f8963 metricsd: Update weave command APIs by Alex Vakulenko · 9 years ago
  21. 59890e2 metricsd: Expose the metrics status through weave. by Bertrand SIMONNET · 9 years ago
  22. 7a96405 metricsd: Only collect metrics over a short period. by Bertrand SIMONNET · 9 years ago
  23. 5066a45 metricsd: Update the daily/weekly metrics name. by Bertrand SIMONNET · 9 years ago
  24. 843725b Merge "metricsd: Report the data partition usage." by Bertrand Simonnet · 9 years ago
  25. 5658dc5 metricsd: Report the data partition usage. by Bertrand SIMONNET · 9 years ago
  26. 008fb7e metricsd: Cleanup metrics names. by Bertrand SIMONNET · 9 years ago
  27. 2d03783 metricsd: Fix CumulativeUseTime metrics. by Bertrand SIMONNET · 9 years ago
  28. 2765d0a metricsd: Use the metrics directory everywhere. by Bertrand SIMONNET · 9 years ago
  29. ebbe35c metricsd: Collect generic stats about the system. by Bertrand SIMONNET · 9 years ago
  30. cb6cd44 Merge "Revert "metricsd: Collect generic stats about the system."" by Bill Yi · 9 years ago
  31. 6d5822e Revert "metricsd: Collect generic stats about the system." by Bill Yi · 9 years ago
  32. c186247 Merge "metricsd: Collect generic stats about the system." by Bertrand Simonnet · 9 years ago
  33. 73f4355 metricsd: Remove unused constant. by Bertrand SIMONNET · 9 years ago
  34. 90b02cd metricsd: Collect generic stats about the system. by Bertrand SIMONNET · 9 years ago
  35. 675a10c metricsd: Fix style issues. by Bertrand SIMONNET · 9 years ago
  36. 1253186 metricsd: Make the unit tests pass. by Bertrand SIMONNET · 9 years ago
  37. 2699362 metricsd: Use system properties to store build time metadata. by Bertrand SIMONNET · 9 years ago
  38. 52e5b99 metricsd: Relicense as Apache 2. by Bertrand SIMONNET · 9 years ago
  39. da21ac0 metricsd: Rename metrics to metricsd. by Bertrand SIMONNET · 9 years ago[Renamed from metrics/metrics_daemon.cc]
  40. fec4d2c metrics: Add a CLI flag to disable dbus. by Bertrand SIMONNET · 9 years ago
  41. bae5dcc metrics: Enable for non-official builds. by Bertrand SIMONNET · 9 years ago
  42. eeb7ef0 metrics: Disable stat collection. by Bertrand SIMONNET · 9 years ago
  43. 4b915ae metrics: Fix import paths for headers. by Bertrand SIMONNET · 9 years ago
  44. dc86589 metrics: replace "Logging.*" with "Platform.*" by Luigi Semenzato · 9 years ago
  45. 732fe21 delete __STDC_{FORMAT,LIMIT}_MACROS by Mike Frysinger · 9 years ago
  46. e4fa61e metrics: don't upload metrics when metrics are disabled by Bertrand SIMONNET · 9 years ago
  47. 067ec8b metrics: Disable uploader on non-official build. by Ben Chan · 9 years ago
  48. 8ab89c5 metrics: Fix metrics_daemon Meminfo callback interval by Steve Fung · 10 years ago
  49. e86591e metrics: Convert Metrics to DBusDaemon by Steve Fung · 10 years ago
  50. cac74e1 metrics: use TimeDelta for upload_interval by Bertrand SIMONNET · 10 years ago
  51. 71a62ef metrics: add support for other product id by Bertrand SIMONNET · 10 years ago
  52. 67906c6 metrics: remove gflags dependency by Steve Fung · 10 years ago
  53. dc1ef3c metrics: read /sys/class/block/*/stat correctly by Nathan Bullock · 10 years ago
  54. 0be0f73 metrics: Add more log messages to uploader by Nathan Bullock · 10 years ago
  55. eb815be metrics: Fix metrics_uploader on VMs by Bertrand SIMONNET · 10 years ago
  56. 51bf92a Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  57. 1459503 platform2: Replace NULL with nullptr in minor components by Alex Vakulenko · 10 years ago
  58. f05ab40 metrics: Use integer types from stdint.h by Ben Chan · 10 years ago
  59. 46b49da Add an uploader to metrics_daemon by Bertrand SIMONNET · 10 years ago
  60. 4a6c942 metrics_daemon: fix parsing of zram sysfs by Luigi Semenzato · 10 years ago
  61. 9636019 metrics_daemon: add zram stats collection by Luigi Semenzato · 10 years ago
  62. 3e8a851 use IGNORE_EINTR w/close by Mike Frysinger · 10 years ago
  63. e5883fa metrics_daemon: restore correct meaning of Logging.DailyUse. by Luigi Semenzato · 10 years ago
  64. 254d22e metrics_daemon: log to syslog by Luigi Semenzato · 10 years ago
  65. c83975a metrics: Clean up user-active code. by Daniel Erat · 10 years ago
  66. 5ef2e39 metrics_daemon: report cumulative daily use. by Luigi Semenzato · 10 years ago
  67. ba0c65d metrics: add per-version daily stats reporting by Luigi Semenzato · 10 years ago
  68. 2fd51cc metrics: refactor counters by Luigi Semenzato · 10 years ago
  69. 859b3f0 metrics: add per-version cumulative counters by Luigi Semenzato · 10 years ago
  70. c5a9234 metrics daemon: change location of flag files by Luigi Semenzato · 10 years ago
  71. 2e6543d Update to build against libchrome-242728. by Ben Chan · 10 years ago
  72. 0d9a9c9 Fix out-of-bound index and clean up code. by Luigi Semenzato · 11 years ago
  73. d399bed metrics: fix global-buffer-overflow by Yunlian Jiang · 11 years ago
  74. 4b8aebb Add additional stats for swapping from /proc/vmstat by Sonny Rao · 11 years ago
  75. 6f59842 Remove unnecessary call to the deprecated g_thread_init(). by Ben Chan · 11 years ago
  76. d92d18c Fix wrong sysfs pathname. by Luigi Semenzato · 11 years ago
  77. fb3a821 Collect CPU frequency thermal throttling stats by Luigi Semenzato · 11 years ago
  78. 40f2573 metrics: Listen to session manager for screen lock/unlock signals. by Darin Petkov · 11 years ago
  79. 942cbab Modify swap metrics to be more useful. by Luigi Semenzato · 11 years ago
  80. 3ccca06 Add meminfo swap metrics. by Luigi Semenzato · 11 years ago
  81. 71ebf98 include base/stringprintf.h directly by Mike Frysinger · 12 years ago
  82. 5bd764f Add page fault statistics. by Luigi Semenzato · 13 years ago
  83. 8accd33 Add memuse stats and fix disk I/O computations. by Luigi Semenzato · 13 years ago
  84. 8032dd0 metrics: Fixed compile-time warnings due to unused variables. by Darin Petkov · 13 years ago
  85. 29c7ef9 Add meminfo UMA collection. by Luigi Semenzato · 13 years ago
  86. 0f132bb Find device-dependent disk stats file, and skip disk stats if not available. by Luigi Semenzato · 13 years ago
  87. c88e42d Collect some disk statistics. by Luigi Semenzato · 13 years ago
  88. eafbbdf metrics: Add guest mode detection to metrics library and client by Ken Mixter · 14 years ago
  89. 239b826 remove TimeToDrop support by Sam Leffler · 14 years ago
  90. 4c5daa4 Add weekly crash counters, refactor metrics_daemon, respect opt-in in library. by Ken Mixter · 14 years ago
  91. ccd84c0 Add # daily crashes metrics and separate kernel crashes out. by Ken Mixter · 14 years ago
  92. 38d5cb0 Log active use time between kernel crashes. by Darin Petkov · 14 years ago
  93. 1bb904e Measure and report time between user-space process crashes. by Darin Petkov · 14 years ago
  94. f1e85e4 Implement a persistent storage aggregation counter class. by Darin Petkov · 14 years ago
  95. 53faeb0 Fixed KDBusMatches bug. by Benson Leung · 14 years ago
  96. 6bf6e25 Update metrics daemon to use new power manager signals for locking (4 of 7). by David James · 14 years ago
  97. 3b3add5 Cleanup style nits in metrics daemon. by David James · 14 years ago
  98. e334840 s/org.moblin.connman/org.chromium.flimflam/ by Darin Petkov · 14 years ago
  99. f27f036 Update metrics_daemon to use base/time.h instead of time_t directly. by Darin Petkov · 14 years ago
  100. 11b8eb3 Add metrics library tests. Some metrics daemon API cleanup. by Darin Petkov · 14 years ago