1. a825c8ee5 Merge "Support slicing by chain." into pi-dev by TreeHugger Robot · 8 years ago
  2. e06cfd7 Support slicing by chain. by Yangster-mac · 8 years ago
  3. c7ce1a0 Merge "Add wall clock timestamp for ConfigMetricsReport and gauge atoms." into pi-dev by TreeHugger Robot · 8 years ago
  4. aaadf666 Merge "Statsd: Remove storage of bucketNum" into pi-dev by TreeHugger Robot · 8 years ago
  5. a78d008 Dump the stats for count/gauge/value metrics. by Yangster-mac · 8 years ago
  6. 3f5ab3f Statsd: Remove storage of bucketNum by Bookatz · 8 years ago
  7. 3fa5d7f Add wall clock timestamp for ConfigMetricsReport and gauge atoms. by Yangster-mac · 8 years ago
  8. 072a82a Merge "statsd AnomalyDetection improvements" into pi-dev by TreeHugger Robot · 8 years ago
  9. 423f753 statsd AnomalyDetection improvements by Bookatz · 8 years ago
  10. 13fb7e4 Statsd cpu optimizaton by Yangster · 8 years ago
  11. 5ee0787 Use uint64_t instead of long long as API type for consistent reason. by Yi Jin · 8 years ago
  12. 076eebf Merge "Add #alerts to StatsdStats printout" by TreeHugger Robot · 8 years ago
  13. b603fb0 Merge "Add API to let metrics directly drop data without writing to an output." by TreeHugger Robot · 8 years ago
  14. aea8d10b Add #alerts to StatsdStats printout by Bookatz · 8 years ago
  15. 06dba5d Add API to let metrics directly drop data without writing to an output. by Yao Chen · 8 years ago
  16. 580ea321 Add StateTracker. by Yao Chen · 8 years ago
  17. 5392888 Duration tracker optimization. by Yangster-mac · 8 years ago
  18. 03b91d7 Merge "Alarm: wakes up statsd and notifies the subscribers." by TreeHugger Robot · 8 years ago
  19. 932ecec Alarm: wakes up statsd and notifies the subscribers. by Yangster-mac · 8 years ago
  20. 77ef671 Updates jank metrics in statsd to include uid. by David Chen · 8 years ago
  21. e1faa03 Fix the bug of timestamp encoding in event metric report. by Yangster · 8 years ago
  22. 3d7f2d4 Merge "Adds anomaly detection to max duration metrics." by TreeHugger Robot · 8 years ago
  23. 2e414b9 Adds anomaly detection to max duration metrics. by David Chen · 8 years ago
  24. d5c3562 Timestamp Truncating whitelist. by Yangster-mac · 8 years ago
  25. a9e43fa Merge "Remove a statsd duration anomaly sanity check." by TreeHugger Robot · 8 years ago
  26. 7d5beeb Merge "More formatting fixes for statsd" by TreeHugger Robot · 8 years ago
  27. f31667f Merge "Statsd guardrail for Alerts" by TreeHugger Robot · 8 years ago
  28. b639d14 More formatting fixes for statsd by David Chen · 8 years ago
  29. 00621d2 Remove a statsd duration anomaly sanity check. by David Chen · 8 years ago
  30. db15052 Merge "Add a guardrail to limit minimum bucket duration to be 5 minutes except when configured through adb command" by Howard Ro · 8 years ago
  31. 1476ef2 Statsd guardrail for Alerts by Bookatz · 8 years ago
  32. 6189807 Merge "Remove unused variables in statsd, and make more warnings show." by TreeHugger Robot · 8 years ago
  33. 2f5b9c9 Merge "Updates statsd atoms.proto with small changes." by TreeHugger Robot · 8 years ago
  34. 330af58 Use elapsed realtime instead of times based on wall clock, which can jump around and go backwards. by Yangster-mac · 8 years ago
  35. 59cc24d Add a guardrail to limit minimum bucket duration to be 5 minutes except by yro · 8 years ago
  36. 0b5c90c Updates statsd atoms.proto with small changes. by David Chen · 8 years ago
  37. 4c959cb Remove unused variables in statsd, and make more warnings show. by Yao Chen · 8 years ago
  38. e8cf611 Merge "Statsd CPU optimization." by TreeHugger Robot · 8 years ago
  39. 8a8d16c Statsd CPU optimization. by Yao Chen · 8 years ago
  40. 7f9e63b Add clear method to ProtoOutputStream so it is reusable by just by Yi Jin · 8 years ago
  41. 484524a Turn off debug logging in statsd by Tej Singh · 8 years ago
  42. 1604957 Modifies statsd output for start and end times. by David Chen · 8 years ago
  43. 32134a2 Merge "Partial buckets on app upgrade and fix duration." by TreeHugger Robot · 8 years ago
  44. 6f19790 Statsd - use AID_STATSD in MetricsManager by Bookatz · 8 years ago
  45. b223c4e Statsd - adb cmd for AppHook; long compare support by Bookatz · 8 years ago
  46. 27785a8 Partial buckets on app upgrade and fix duration. by David Chen · 8 years ago
  47. 98b136c Merge "Atom: DaveyOccurred" by TreeHugger Robot · 8 years ago
  48. bb8554a Atom: DaveyOccurred by Tej Singh · 8 years ago
  49. 9369446 Support dimension in condition in metric producers. by Yangster-mac · 8 years ago
  50. 641e29d Merge "Extend gauge metric to support memory metric." by TreeHugger Robot · 8 years ago
  51. 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 · 8 years ago
  52. 34ea110 Extend gauge metric to support memory metric. by Yangster-mac · 8 years ago
  53. 7ba8fc3 Cpu usage optimization: by Yangster-mac · 8 years ago
  54. 884c8c1 Add more statsd's debugging info to dumpsys. by Yao Chen · 8 years ago
  55. 635b4b3 Do not output empty metric reports. by Yangster-mac · 8 years ago
  56. 0ed268b similar to the samplers in batterystats, when we do diff, by Chenjie Yu · 9 years ago
  57. 468ff04 Proto change for dimension from condition. by Yangster-mac · 8 years ago
  58. 87718e2 Gauge metric e2e test by Yangster-mac · 8 years ago
  59. d6808dc Merge "E2e test: attribution matching and slicing by attribution." by TreeHugger Robot · 9 years ago
  60. 1bf9438 Anomaly detection is per dimension by Bookatz · 9 years ago
  61. d59a658 Some fixes in duration metrics by Yao Chen · 9 years ago
  62. b5bc741 E2e test: attribution matching and slicing by attribution. by Yangster-mac · 9 years ago
  63. fa14c11 Avoid overwriting bucket in Gauge metric producer as anomaly tracker needs past buckets. by Yangster-mac · 9 years ago
  64. a070b6a Bug fix: gauge metric producer does not need the atom id parameter. by Yangster-mac · 9 years ago
  65. efc331b Merge "Use TimeUnit enum to specify the bucket size." by TreeHugger Robot · 9 years ago
  66. b814481 Use TimeUnit enum to specify the bucket size. by Yangster-mac · 9 years ago
  67. 147ce60 use only string type in the log source whitelist. by Yao Chen · 9 years ago
  68. a7fb12d 1/ Use FieldMatcher to specify the value fields in value metric. by Yangster-mac · 9 years ago
  69. 48989c2 Merge "1/ Change all "name" to id in statsD. 2/ Handle Subscription for alert. 3/ Support no_report_metric" by TreeHugger Robot · 9 years ago
  70. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 9 years ago
  71. 5459651 Merge "Checks in statsd that fields are within range." by TreeHugger Robot · 9 years ago
  72. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 9 years ago
  73. daa9f3a Checks in statsd that fields are within range. by David Chen · 9 years ago
  74. 857aaa5 Splits AnomalyTracker into two files by Bookatz · 9 years ago
  75. d5aa01b3 Remove the hacky HashableDimensionKey. by Yao Chen · 9 years ago
  76. d10f7b1 Add log source filtering in statsd to filter out spams. by Yao Chen · 9 years ago
  77. 2b4fc9d align metrics start time to the previous 5 min start, instead by Chenjie Yu · 9 years ago
  78. e6abcbe Merge "Turn off verbose logging, remove the fake config." by TreeHugger Robot · 9 years ago
  79. 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 · 9 years ago
  80. 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 · 9 years ago
  81. d9dfda7 add feature: GaugeMetricProducer now takes repeated list of fields by Chenjie Yu · 9 years ago
  82. 85ed838 align metrics to 5min bundary by Chenjie Yu · 9 years ago
  83. 3c0b95c Turn off verbose logging, remove the fake config. by Yao Chen · 9 years ago
  84. de1b5562 Statsd value metric anomaly detection by Bookatz · 9 years ago
  85. f09569f Further reduce statsd memory usage. by Yao Chen · 9 years ago
  86. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 9 years ago
  87. 2794da2 Remove dead code in statsd by Yao Chen · 9 years ago
  88. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 9 years ago
  89. 62c1fb0 Merge "Adds rate limit to checking byte size." by TreeHugger Robot · 9 years ago
  90. c51ec67 Merge changes Ib254db7e,I4aa0539a by TreeHugger Robot · 9 years ago
  91. d9269e2 Adds rate limit to checking byte size. by David Chen · 9 years ago
  92. 8f2f3d8 Anomaly Alert declarations in StatsdStats by Bookatz · 9 years ago
  93. f20ed03 Merge "Rename EventConditionLink as MetricConditionLink in statsd_config.proto." by Stefan Lafon · 9 years ago
  94. 42a24dc Merge "Fix a deadlock in statsd." by TreeHugger Robot · 9 years ago
  95. 5c5eebc Fix a deadlock in statsd. by Yao Chen · 9 years ago
  96. a5b5191 Rename EventConditionLink as MetricConditionLink in statsd_config.proto. by Stefan Lafon · 9 years ago
  97. 6e43f53 Merge "Rename more things in statsd_config.proto." by Stefan Lafon · 9 years ago
  98. d5b9266f Merge "Add major version code to platform." by Dianne Hackborn · 9 years ago
  99. 12d01fa Rename more things in statsd_config.proto. by Stefan Lafon · 9 years ago
  100. 456385c Merge "Fix how DurationTracker passes results to DurationMetricProducer" by Yao Chen · 9 years ago