1. d0c260f Merge "Adding guardrails on writing to disk from statsd" by TreeHugger Robot · 7 years ago
  2. 82c2173 Merge "Statsd always includes snapshot of uid map." by TreeHugger Robot · 7 years ago
  3. 3f9a1a5 Merge "Fix deadlock for write-disk cmd." by TreeHugger Robot · 7 years ago
  4. 98a2850 Adding guardrails on writing to disk from statsd by yro · 7 years ago
  5. cfc311d Statsd always includes snapshot of uid map. by David Chen · 7 years ago
  6. 8617950 Fix deadlock for write-disk cmd. by Yangster-mac · 7 years ago
  7. 6898580 Avoid processing log event when there is no uid field. by Yangster-mac · 7 years ago
  8. 8282d5b Avoid processing the log event when there is no config. by Yangster-mac · 7 years ago
  9. 079cea9 Create /data/misc/stats-data/ and /data/misc/stats-service/ in statsd.rc by yro · 7 years ago
  10. d40053e Map isolated uid to host uid when processing log event in statsD. by Yangster-mac · 7 years ago
  11. b0d0628 Thread-safety at log processor level. by Yangster-mac · 7 years ago
  12. 147ce60 use only string type in the log source whitelist. by Yao Chen · 7 years ago
  13. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 7 years ago
  14. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  15. 857aaa5 Splits AnomalyTracker into two files by Bookatz · 7 years ago
  16. d10f7b1 Add log source filtering in statsd to filter out spams. by Yao Chen · 7 years ago
  17. 85ed838 align metrics to 5min bundary by Chenjie Yu · 7 years ago
  18. 2d48f13 Merge "Only create ProtoOutputStream when onGetData() is called." by TreeHugger Robot · 7 years ago
  19. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 7 years ago
  20. 03faf09 Migrate disk directory from /data/system/ to /data/misc/ by yro · 7 years ago
  21. d9269e2 Adds rate limit to checking byte size. by David Chen · 7 years ago
  22. 312e898 Let the event flow to MetricsManager. Comment out the size check only. by Yao Chen · 7 years ago
  23. 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
  24. 1294295 Tiny fix to bug when statsd should clear data. by David Chen · 7 years ago
  25. c136f45 Adds guardrail for memory usage for statsd uid map. by David Chen · 7 years ago
  26. 3e585ec Merge "Some fixes in StatsdStats, and add some unit tests" by TreeHugger Robot · 7 years ago
  27. 69f1baf Some fixes in StatsdStats, and add some unit tests by Yao Chen · 7 years ago
  28. cc5adef Statsd anomaly detection - fixes by Bookatz · 7 years ago
  29. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  30. 947fbce Captures metrics on disk when devices reboot and shutdown. Specifically, by yro · 7 years ago
  31. 7c334a1 Make member function as const whenever possible. by Yangster · 7 years ago
  32. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  33. 1d7b0cd Support StatsD sending broadcasts. by David Chen · 7 years ago
  34. ae2df01 Rename "stats_events" as "atom". by Stefan Lafon · 7 years ago
  35. b0378b0 1. Add FIELD_COUNT_REPEATED bit masks to repeated fields that were previously missing by yro · 7 years ago
  36. 570d4db Merge "Tracks isolated uid's and their parent uid." by TreeHugger Robot · 7 years ago
  37. 2158296 Tracks isolated uid's and their parent uid. by David Chen · 7 years ago
  38. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 7 years ago
  39. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  40. d689689 Updates uidmap to update snapshots and upload. by David Chen · 7 years ago
  41. 69007c8 Implement a logic to rate limitted flush statsd with by checking the by yro · 7 years ago
  42. fd05a4e Remove dropbox dependency from StatsLogProcessor by yro · 7 years ago
  43. 31eb67b Adds aidl definitions and their implementations for binder transfer of by yro · 7 years ago
  44. 729093d Add support for dimension, and link with condition and added DurationMetric by Yao Chen · 7 years ago
  45. c4dfae5 Introduce a new wrapper for log_msg -- LogEvent by Joe Onorato · 7 years ago
  46. 9fc9edf Clean up how we handle configurations, and other assorted cleanup by Joe Onorato · 7 years ago
  47. de70169 UID mapping to provide app name and version. by David Chen · 7 years ago
  48. caf339d More complete implementation for condition and log matchers in statsd. by Yao Chen · 7 years ago
  49. 44cf27c Add metric computation skeleton to statsd. by Yao Chen · 7 years ago
  50. fbeb4cb Merge multiple eventMetricData entries into a single StatsLogReport by yro · 7 years ago
  51. 3f0c1f2 Fix a timestamp bug. by Yao Chen · 7 years ago
  52. ef99c4f clang-format existing code in statsd. by Yao Chen · 7 years ago
  53. 906a35c Statsd namespace is defined and used by Bookatz · 7 years ago
  54. 00698da Translate Android log entries to stats_log proto Test: tested on local device by yro · 7 years ago
  55. 0656b7a Adding ability to add configs via adb command-line. The input by David Chen · 7 years ago
  56. ab273e2 Add a DropboxWriter in statsd. by Yao Chen · 7 years ago