1. 46eef8d Merge "E2e test for periodic alarm." into pi-dev by TreeHugger Robot · 6 years ago
  2. 1a0a941 Fix StatsCompanionService pull on bucket ends by Chenjie Yu · 6 years ago
  3. 684d195 E2e test for periodic alarm. by Yangster-mac · 6 years ago
  4. 52b478b Update Guardrail. by Yao Chen · 6 years ago
  5. 4c6d97a Fix statsd dropping metrics data. by David Chen · 6 years ago
  6. e51af37 Merge "Fix recovery of stats data from previous input while using ProtoOutputStream" into pi-dev by Howard Ro · 6 years ago
  7. 4beccbe Fix recovery of stats data from previous input while using ProtoOutputStream by yro · 6 years ago
  8. c40a19d Add uid field annotation in atoms.proto and statd memory usage optimization. by Yao Chen · 6 years ago
  9. f384b90 Removes stats_log proto from uid map in statsd. by David Chen · 6 years ago
  10. 3fa5d7f Add wall clock timestamp for ConfigMetricsReport and gauge atoms. by Yangster-mac · 7 years ago
  11. 1cf2ac5 Write data to file when StatsCompanionSerivice (system_server) crashes by yro · 7 years ago
  12. 5ee0787 Use uint64_t instead of long long as API type for consistent reason. by Yi Jin · 7 years ago
  13. 06dba5d Add API to let metrics directly drop data without writing to an output. by Yao Chen · 7 years ago
  14. 6158952 Merge "Avoid reading logs that were processed before." by TreeHugger Robot · 7 years ago
  15. 8f42ba0 Avoid reading logs that were processed before. by Yao Chen · 7 years ago
  16. 03b91d7 Merge "Alarm: wakes up statsd and notifies the subscribers." by TreeHugger Robot · 7 years ago
  17. 932ecec Alarm: wakes up statsd and notifies the subscribers. by Yangster-mac · 7 years ago
  18. 926fc75 Fixes timebase used when dumping reports. by David Chen · 7 years ago
  19. 6189807 Merge "Remove unused variables in statsd, and make more warnings show." by TreeHugger Robot · 7 years ago
  20. 330af58 Use elapsed realtime instead of times based on wall clock, which can jump around and go backwards. by Yangster-mac · 7 years ago
  21. 4c959cb Remove unused variables in statsd, and make more warnings show. by Yao Chen · 7 years ago
  22. aab45c1 Remove sending broadcast when StatsLogProcessor is being initialized as by yro · 7 years ago
  23. 8a8d16c Statsd CPU optimization. by Yao Chen · 7 years ago
  24. 484524a Turn off debug logging in statsd by Tej Singh · 7 years ago
  25. 1604957 Modifies statsd output for start and end times. by David Chen · 7 years ago
  26. fa22d65 puller cache clearing by Chenjie Yu · 7 years ago
  27. 357b63b Merge "Cpu usage optimization: 1/ Avoid unnecessary field/dimension proto construction. 2/ use unordered_map for slicing. 3/ Use dimension fields to compare dimension keys." by TreeHugger Robot · 7 years ago
  28. 7ba8fc3 Cpu usage optimization: by Yangster-mac · 7 years ago
  29. 884c8c1 Add more statsd's debugging info to dumpsys. by Yao Chen · 7 years ago
  30. d0c260f Merge "Adding guardrails on writing to disk from statsd" by TreeHugger Robot · 7 years ago
  31. 82c2173 Merge "Statsd always includes snapshot of uid map." by TreeHugger Robot · 7 years ago
  32. 3f9a1a5 Merge "Fix deadlock for write-disk cmd." by TreeHugger Robot · 7 years ago
  33. 98a2850 Adding guardrails on writing to disk from statsd by yro · 7 years ago
  34. cfc311d Statsd always includes snapshot of uid map. by David Chen · 7 years ago
  35. 8617950 Fix deadlock for write-disk cmd. by Yangster-mac · 7 years ago
  36. 6898580 Avoid processing log event when there is no uid field. by Yangster-mac · 7 years ago
  37. 8282d5b Avoid processing the log event when there is no config. by Yangster-mac · 7 years ago
  38. 079cea9 Create /data/misc/stats-data/ and /data/misc/stats-service/ in statsd.rc by yro · 7 years ago
  39. d40053e Map isolated uid to host uid when processing log event in statsD. by Yangster-mac · 7 years ago
  40. b0d0628 Thread-safety at log processor level. by Yangster-mac · 7 years ago
  41. 147ce60 use only string type in the log source whitelist. by Yao Chen · 7 years ago
  42. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 7 years ago
  43. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  44. 857aaa5 Splits AnomalyTracker into two files by Bookatz · 7 years ago
  45. d10f7b1 Add log source filtering in statsd to filter out spams. by Yao Chen · 7 years ago
  46. 85ed838 align metrics to 5min bundary by Chenjie Yu · 7 years ago
  47. 2d48f13 Merge "Only create ProtoOutputStream when onGetData() is called." by TreeHugger Robot · 7 years ago
  48. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 7 years ago
  49. 03faf09 Migrate disk directory from /data/system/ to /data/misc/ by yro · 7 years ago
  50. d9269e2 Adds rate limit to checking byte size. by David Chen · 7 years ago
  51. 312e898 Let the event flow to MetricsManager. Comment out the size check only. by Yao Chen · 7 years ago
  52. 0b73cca Urgent fix. Once UidMap size exceeds the limit, statsd triggers data drop every time a log comes in by Yao Chen · 7 years ago
  53. 1294295 Tiny fix to bug when statsd should clear data. by David Chen · 7 years ago
  54. c136f45 Adds guardrail for memory usage for statsd uid map. by David Chen · 7 years ago
  55. 3e585ec Merge "Some fixes in StatsdStats, and add some unit tests" by TreeHugger Robot · 7 years ago
  56. 69f1baf Some fixes in StatsdStats, and add some unit tests by Yao Chen · 7 years ago
  57. cc5adef Statsd anomaly detection - fixes by Bookatz · 7 years ago
  58. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  59. 947fbce Captures metrics on disk when devices reboot and shutdown. Specifically, by yro · 7 years ago
  60. 7c334a1 Make member function as const whenever possible. by Yangster · 7 years ago
  61. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  62. 1d7b0cd Support StatsD sending broadcasts. by David Chen · 7 years ago
  63. ae2df01 Rename "stats_events" as "atom". by Stefan Lafon · 7 years ago
  64. b0378b0 1. Add FIELD_COUNT_REPEATED bit masks to repeated fields that were previously missing by yro · 7 years ago
  65. 570d4db Merge "Tracks isolated uid's and their parent uid." by TreeHugger Robot · 7 years ago
  66. 2158296 Tracks isolated uid's and their parent uid. by David Chen · 7 years ago
  67. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 7 years ago
  68. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  69. d689689 Updates uidmap to update snapshots and upload. by David Chen · 7 years ago
  70. 69007c8 Implement a logic to rate limitted flush statsd with by checking the by yro · 7 years ago
  71. fd05a4e Remove dropbox dependency from StatsLogProcessor by yro · 7 years ago
  72. 31eb67b Adds aidl definitions and their implementations for binder transfer of by yro · 7 years ago
  73. 729093d Add support for dimension, and link with condition and added DurationMetric by Yao Chen · 7 years ago
  74. c4dfae5 Introduce a new wrapper for log_msg -- LogEvent by Joe Onorato · 7 years ago
  75. 9fc9edf Clean up how we handle configurations, and other assorted cleanup by Joe Onorato · 7 years ago
  76. de70169 UID mapping to provide app name and version. by David Chen · 7 years ago
  77. caf339d More complete implementation for condition and log matchers in statsd. by Yao Chen · 7 years ago
  78. 44cf27c Add metric computation skeleton to statsd. by Yao Chen · 7 years ago
  79. fbeb4cb Merge multiple eventMetricData entries into a single StatsLogReport by yro · 7 years ago
  80. 3f0c1f2 Fix a timestamp bug. by Yao Chen · 7 years ago
  81. ef99c4f clang-format existing code in statsd. by Yao Chen · 7 years ago
  82. 906a35c Statsd namespace is defined and used by Bookatz · 7 years ago
  83. 00698da Translate Android log entries to stats_log proto Test: tested on local device by yro · 7 years ago
  84. 0656b7a Adding ability to add configs via adb command-line. The input by David Chen · 7 years ago
  85. ab273e2 Add a DropboxWriter in statsd. by Yao Chen · 7 years ago