1. a7fb12d 1/ Use FieldMatcher to specify the value fields in value metric. by Yangster-mac · 8 years ago
  2. 48989c2 Merge "1/ Change all "name" to id in statsD. 2/ Handle Subscription for alert. 3/ Support no_report_metric" by TreeHugger Robot · 8 years ago
  3. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 8 years ago
  4. 5459651 Merge "Checks in statsd that fields are within range." by TreeHugger Robot · 8 years ago
  5. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 8 years ago
  6. 303f84f Merge "Splits AnomalyTracker into two files" by TreeHugger Robot · 8 years ago
  7. daa9f3a Checks in statsd that fields are within range. by David Chen · 8 years ago
  8. 7d8aa4d Small fix to addconfig in statsd. by David Chen · 8 years ago
  9. 857aaa5 Splits AnomalyTracker into two files by Bookatz · 8 years ago
  10. d5aa01b3 Remove the hacky HashableDimensionKey. by Yao Chen · 8 years ago
  11. d10f7b1 Add log source filtering in statsd to filter out spams. by Yao Chen · 8 years ago
  12. b80dcf2 Merge "1/ index app name. 2/ fix a bug in app update." by TreeHugger Robot · 8 years ago
  13. 4e102f0 Merge "Statsd anomaly detection atom" by TreeHugger Robot · 8 years ago
  14. 8fcd09a Statsd anomaly detection atom by Bookatz · 8 years ago
  15. 2b4fc9d align metrics start time to the previous 5 min start, instead by Chenjie Yu · 8 years ago
  16. 9df9a7f 1/ index app name. 2/ fix a bug in app update. by Yangster · 8 years ago
  17. b5c1fe3 Merge "rename pulled atoms to shorter names" by TreeHugger Robot · 8 years ago
  18. e6abcbe Merge "Turn off verbose logging, remove the fake config." by TreeHugger Robot · 8 years ago
  19. dc4e426 Merge "add feature: GaugeMetricProducer now takes repeated list of fields bug fix: GaugeMetricProducer now works better with pulled events. unit test also includes GaugeMetricProducer_test" by TreeHugger Robot · 8 years ago
  20. 31d14d7 rename pulled atoms to shorter names by Chenjie Yu · 8 years ago
  21. d6815d7 Merge "align metrics to 5min bundary We use one alarm clock for all pulled atoms. If metrics from different configs are not aligned, the clock will be set to repeat at higher and higher frequency, and consume a lot of battery. Current implementation assumes a 5min minimum bucket size. New metric start time is set to be aligned to the start time of statsd in the next 5min. So it will ignore events up to 5min." by TreeHugger Robot · 8 years ago
  22. d9dfda7 add feature: GaugeMetricProducer now takes repeated list of fields by Chenjie Yu · 8 years ago
  23. 85ed838 align metrics to 5min bundary by Chenjie Yu · 8 years ago
  24. 3c0b95c Turn off verbose logging, remove the fake config. by Yao Chen · 8 years ago
  25. 58a6cf6 Merge "Stats log api for attribution chain." by TreeHugger Robot · 8 years ago
  26. 7604aea Stats log api for attribution chain. by Yangster-mac · 8 years ago
  27. 6831a26 Merge "Adds API for apps to push events to statsd." by TreeHugger Robot · 8 years ago
  28. de1b5562 Statsd value metric anomaly detection by Bookatz · 8 years ago
  29. 0a368b2 Adds API for apps to push events to statsd. by David Chen · 8 years ago
  30. f09569f Further reduce statsd memory usage. by Yao Chen · 8 years ago
  31. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 8 years ago
  32. c9f1a9e Merge "Fix how we build the statsd protos." by Joe Onorato · 8 years ago
  33. d46ac28 Merge "Remove dead code in statsd" by Yao Chen · 8 years ago
  34. 62c220b Fix how we build the statsd protos. by Joe Onorato · 8 years ago
  35. 2794da2 Remove dead code in statsd by Yao Chen · 8 years ago
  36. e1d143a StatsdStats alerts -rename alerted_times by Bookatz · 8 years ago
  37. 2d48f13 Merge "Only create ProtoOutputStream when onGetData() is called." by TreeHugger Robot · 8 years ago
  38. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 8 years ago
  39. 03faf09 Migrate disk directory from /data/system/ to /data/misc/ by yro · 8 years ago
  40. dce16ff Merge "Copy atoms.proto changes to atoms_copy.proto" by TreeHugger Robot · 8 years ago
  41. 62c1fb0 Merge "Adds rate limit to checking byte size." by TreeHugger Robot · 8 years ago
  42. c51ec67 Merge changes Ib254db7e,I4aa0539a by TreeHugger Robot · 8 years ago
  43. d9269e2 Adds rate limit to checking byte size. by David Chen · 8 years ago
  44. 8f2f3d8 Anomaly Alert declarations in StatsdStats by Bookatz · 8 years ago
  45. 1d0136d Anomaly detection statsdstats by Bookatz · 8 years ago
  46. c542320 Copy atoms.proto changes to atoms_copy.proto by Tej Singh · 8 years ago
  47. e224d7a Merge "Attribution proto in atoms." by TreeHugger Robot · 8 years ago
  48. cfdf3a4 Attribution proto in atoms. by Yangster-mac · 8 years ago
  49. f20ed032 Merge "Rename EventConditionLink as MetricConditionLink in statsd_config.proto." by Stefan Lafon · 8 years ago
  50. 42a24dc Merge "Fix a deadlock in statsd." by TreeHugger Robot · 8 years ago
  51. 5c5eebc Fix a deadlock in statsd. by Yao Chen · 8 years ago
  52. 6842a8c bug fix for StatsLogEventWraper tag id bug fix for ConfigManager fake config by Chenjie Yu · 8 years ago
  53. 43be09b5 Merge "Make matchesSimple return false if there is a parsing error" by TreeHugger Robot · 8 years ago
  54. a5b5191 Rename EventConditionLink as MetricConditionLink in statsd_config.proto. by Stefan Lafon · 8 years ago
  55. 6e43f53 Merge "Rename more things in statsd_config.proto." by Stefan Lafon · 8 years ago
  56. 16c8c6a Make matchesSimple return false if there is a parsing error by Tej Singh · 8 years ago
  57. 312e898 Let the event flow to MetricsManager. Comment out the size check only. by Yao Chen · 8 years ago
  58. d5b9266f Merge "Add major version code to platform." by Dianne Hackborn · 8 years ago
  59. 0b73cca Urgent fix. Once UidMap size exceeds the limit, statsd triggers data drop every time a log comes in by Yao Chen · 8 years ago
  60. 12d01fa Rename more things in statsd_config.proto. by Stefan Lafon · 8 years ago
  61. 456385c Merge "Fix how DurationTracker passes results to DurationMetricProducer" by Yao Chen · 8 years ago
  62. a50d609 Merge "AnomalyDetection invalidity depends on MetricProd" by TreeHugger Robot · 8 years ago
  63. 90f7ad1 Merge "Tiny fix to bug when statsd should clear data." by TreeHugger Robot · 8 years ago
  64. 450099d AnomalyDetection invalidity depends on MetricProd by Bookatz · 8 years ago
  65. 1294295 Tiny fix to bug when statsd should clear data. by David Chen · 8 years ago
  66. 8a15f4d Merge "Rename a few things in statsd_config.proto." by Stefan Lafon · 8 years ago
  67. 3accca0 Add major version code to platform. by Dianne Hackborn · 12 years ago
  68. b8c9aa8 Rename a few things in statsd_config.proto. by Stefan Lafon · 8 years ago
  69. 2e8f380 Adds new API to retrieve statsd metadata. by David Chen · 8 years ago
  70. f92dc7f Merge "Return correct results in StatsManager APIs" by TreeHugger Robot · 8 years ago
  71. 971c8ca Merge "bug fixes * add timestamp to those pull from StatsCompanionService * GaugeMetricProducer unregister from StatsPullerManager when dismissed" by TreeHugger Robot · 8 years ago
  72. 032fefc bug fixes by Chenjie Yu · 8 years ago
  73. aa39bc7 Return correct results in StatsManager APIs by Yao Chen · 8 years ago
  74. f60e0ba Fix how DurationTracker passes results to DurationMetricProducer by Yao Chen · 8 years ago
  75. 01b0fa5 Merge "1/ Only expose thread-safe interfaces in metric producer. 2/ Simplify lock logic. 3/ Add test for duration metric producer." by TreeHugger Robot · 8 years ago
  76. 4f0bb19 Merge "allow dump_report command to output proto binary in addition to text" by TreeHugger Robot · 8 years ago
  77. ddccf0a Add/fix a few statsd atoms by Bookatz · 8 years ago
  78. b236c86 allow dump_report command to output proto binary in addition to text by Chenjie Yu · 8 years ago
  79. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 8 years ago
  80. 05013b3 add atoms and pulling methods for wifi controller activity and modem by Chenjie Yu · 8 years ago
  81. c136f45a Adds guardrail for memory usage for statsd uid map. by David Chen · 8 years ago
  82. 12ccf86 Merge "Revert "Thread-safe metric producers."" by TreeHugger Robot · 8 years ago
  83. 6a8c799 Revert "Thread-safe metric producers." by Yao Chen · 8 years ago
  84. 7d93ce6 Merge "Update adb command to remove all configs from statsd" by TreeHugger Robot · 8 years ago
  85. 74fed97 Update adb command to remove all configs from statsd by yro · 8 years ago
  86. 0fac5b1 Add no more than 20 timestamps for a config in StatsdStats. by Yao Chen · 8 years ago
  87. 3e585ec Merge "Some fixes in StatsdStats, and add some unit tests" by TreeHugger Robot · 8 years ago
  88. 72ca875 Merge "Thread-safe metric producers." by TreeHugger Robot · 8 years ago
  89. 69f1baf Some fixes in StatsdStats, and add some unit tests by Yao Chen · 8 years ago
  90. 593f56c Merge "statsd informs incidentd of anomalies" by TreeHugger Robot · 8 years ago
  91. 64b0006 Merge "Statsd anomaly detection - fixes" by TreeHugger Robot · 8 years ago
  92. 72671a1 Merge "Reject the config if condition config has errors. And add log tag." by TreeHugger Robot · 8 years ago
  93. d1fd242 statsd informs incidentd of anomalies by Bookatz · 8 years ago
  94. cc5adef2 Statsd anomaly detection - fixes by Bookatz · 8 years ago
  95. 8de6939 Thread-safe metric producers. by Yangster · 8 years ago
  96. 7b460b9 Merge "Fix a bug in StorageManager." by TreeHugger Robot · 8 years ago
  97. 10535b9 Reject the config if condition config has errors. And add log tag. by Yao Chen · 8 years ago
  98. c8862ca Merge "Revert "Reject the config if condition config has errors. And add log tag."" by Yao Chen · 8 years ago
  99. f94a518 Revert "Reject the config if condition config has errors. And add log tag." by Yao Chen · 8 years ago
  100. 1b5be51 Merge "Reject the config if condition config has errors. And add log tag." by TreeHugger Robot · 8 years ago