1. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 7 years ago
  2. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  3. 857aaa5 Splits AnomalyTracker into two files by Bookatz · 7 years ago
  4. d5aa01b3 Remove the hacky HashableDimensionKey. by Yao Chen · 7 years ago
  5. d10f7b1 Add log source filtering in statsd to filter out spams. by Yao Chen · 7 years ago
  6. 9df9a7f 1/ index app name. 2/ fix a bug in app update. by Yangster · 7 years ago
  7. b5c1fe3 Merge "rename pulled atoms to shorter names" by TreeHugger Robot · 7 years ago
  8. e6abcbe Merge "Turn off verbose logging, remove the fake config." by TreeHugger Robot · 7 years ago
  9. 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 · 7 years ago
  10. 31d14d7 rename pulled atoms to shorter names by Chenjie Yu · 7 years ago
  11. 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 · 7 years ago
  12. d9dfda7 add feature: GaugeMetricProducer now takes repeated list of fields by Chenjie Yu · 7 years ago
  13. 85ed838 align metrics to 5min bundary by Chenjie Yu · 7 years ago
  14. 3c0b95c Turn off verbose logging, remove the fake config. by Yao Chen · 7 years ago
  15. de1b5562 Statsd value metric anomaly detection by Bookatz · 7 years ago
  16. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 7 years ago
  17. e1d143a StatsdStats alerts -rename alerted_times by Bookatz · 7 years ago
  18. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 7 years ago
  19. 62c1fb0 Merge "Adds rate limit to checking byte size." by TreeHugger Robot · 7 years ago
  20. c51ec67 Merge changes Ib254db7e,I4aa0539a by TreeHugger Robot · 7 years ago
  21. d9269e2 Adds rate limit to checking byte size. by David Chen · 7 years ago
  22. 8f2f3d8 Anomaly Alert declarations in StatsdStats by Bookatz · 7 years ago
  23. 1d0136d Anomaly detection statsdstats by Bookatz · 7 years ago
  24. a5b5191 Rename EventConditionLink as MetricConditionLink in statsd_config.proto. by Stefan Lafon · 7 years ago
  25. 6e43f53 Merge "Rename more things in statsd_config.proto." by Stefan Lafon · 7 years ago
  26. d5b9266f Merge "Add major version code to platform." by Dianne Hackborn · 7 years ago
  27. 12d01fa Rename more things in statsd_config.proto. by Stefan Lafon · 7 years ago
  28. 456385c Merge "Fix how DurationTracker passes results to DurationMetricProducer" by Yao Chen · 7 years ago
  29. 3accca0 Add major version code to platform. by Dianne Hackborn · 11 years ago
  30. b8c9aa8 Rename a few things in statsd_config.proto. by Stefan Lafon · 7 years ago
  31. f60e0ba Fix how DurationTracker passes results to DurationMetricProducer by Yao Chen · 7 years ago
  32. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  33. c136f45 Adds guardrail for memory usage for statsd uid map. by David Chen · 7 years ago
  34. 0fac5b1 Add no more than 20 timestamps for a config in StatsdStats. by Yao Chen · 7 years ago
  35. 3e585ec Merge "Some fixes in StatsdStats, and add some unit tests" by TreeHugger Robot · 7 years ago
  36. 69f1baf Some fixes in StatsdStats, and add some unit tests by Yao Chen · 7 years ago
  37. 64b0006 Merge "Statsd anomaly detection - fixes" by TreeHugger Robot · 7 years ago
  38. 72671a1 Merge "Reject the config if condition config has errors. And add log tag." by TreeHugger Robot · 7 years ago
  39. cc5adef Statsd anomaly detection - fixes by Bookatz · 7 years ago
  40. 10535b9 Reject the config if condition config has errors. And add log tag. by Yao Chen · 7 years ago
  41. 97d43d5 Merge "Fix a bug in test that cause the flakyness in SimpleConditionTracker_test." by TreeHugger Robot · 7 years ago
  42. c8862ca Merge "Revert "Reject the config if condition config has errors. And add log tag."" by Yao Chen · 7 years ago
  43. f94a518 Revert "Reject the config if condition config has errors. And add log tag." by Yao Chen · 7 years ago
  44. 1b5be51 Merge "Reject the config if condition config has errors. And add log tag." by TreeHugger Robot · 7 years ago
  45. 9975205 Fix a bug in test that cause the flakyness in SimpleConditionTracker_test. by Yao Chen · 7 years ago
  46. c9fa2f6 Reject the config if condition config has errors. And add log tag. by Yao Chen · 7 years ago
  47. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  48. 09294ef Fix some bugs in duration tracker. by Yao Chen · 7 years ago
  49. 74b1513 Merge "Set the metric name for alerts in fake config and add a test to make sure the fake config is valid.." by TreeHugger Robot · 7 years ago
  50. 756cd48 Set the metric name for alerts in fake config and add a test to make sure the fake config is valid.. by Yangster-mac · 7 years ago
  51. 93f46aa Fix ConfigManager unit test. by Yao Chen · 7 years ago
  52. a82d460 Merge "Sync proto from google3" by TreeHugger Robot · 7 years ago
  53. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  54. ff26328 Fix the unit test failure. by Yao Chen · 7 years ago
  55. 4aa1677 Merge "One more feature in DurationMetric -- nesting on top of Or and Max" by TreeHugger Robot · 7 years ago
  56. 8023540 statsd: parse the new format of stats log by Yao Chen · 7 years ago
  57. a81a0ffa Sync proto from google3 by Yao Chen · 7 years ago
  58. d41c422 Fix some bugs found in statsd by Yao Chen · 7 years ago
  59. 0ea1990 One more feature in DurationMetric -- nesting on top of Or and Max by Yao Chen · 7 years ago
  60. d1815dc Sync statsd to the public proto changes: by Yangster-mac · 7 years ago
  61. 6736c89 Unit tests for ValueMetricProducer by Chenjie Yu · 7 years ago
  62. 51f29ce Merge "Make SimpleCondition satisfactorily complicated." by TreeHugger Robot · 7 years ago
  63. 967b205 Make SimpleCondition satisfactorily complicated. by Yao Chen · 7 years ago
  64. 570d4db Merge "Tracks isolated uid's and their parent uid." by TreeHugger Robot · 7 years ago
  65. 2158296 Tracks isolated uid's and their parent uid. by David Chen · 7 years ago
  66. 3eba621 Update CountAnomalyTracker to handle slicing. by Yang Lu · 7 years ago
  67. 2b0f886 Migrate all remaining MetricProducers to use ProtoOutputStream by yro · 7 years ago
  68. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  69. 1d4d686 Gauge metric producer. by Yangster · 7 years ago
  70. b3dda41 reretry ValueMetric implementation and pulling mechanism by Chenjie Yu · 7 years ago
  71. 53f8011 Merge "Adding multi layer aggregation in DurationMetric" by TreeHugger Robot · 7 years ago
  72. 5154a37 Adding multi layer aggregation in DurationMetric by Yao Chen · 7 years ago
  73. d689689 Updates uidmap to update snapshots and upload. by David Chen · 7 years ago
  74. 1481fe1 Changes pulled data to use Parcel objects. by David Chen · 7 years ago
  75. 729093d Add support for dimension, and link with condition and added DurationMetric by Yao Chen · 7 years ago
  76. c4dfae5 Introduce a new wrapper for log_msg -- LogEvent by Joe Onorato · 7 years ago
  77. 9fc9edf Clean up how we handle configurations, and other assorted cleanup by Joe Onorato · 7 years ago
  78. ece5f70 AnomalyMonitor can get alarms based on timestamp by Bookatz · 7 years ago
  79. de70169 UID mapping to provide app name and version. by David Chen · 7 years ago
  80. caf339d More complete implementation for condition and log matchers in statsd. by Yao Chen · 7 years ago
  81. 44cf27c Add metric computation skeleton to statsd. by Yao Chen · 7 years ago
  82. cdb1a0e Check in new protos and constants. by Stefan Lafon · 7 years ago
  83. 353a02a Merge "Adds new utility functions for evaluating log entry matching. Includes matching for both simple and compound matchers." by TreeHugger Robot · 7 years ago
  84. dd89694 Adds new utility functions for evaluating log entry matching. by David Chen · 7 years ago
  85. ef99c4f clang-format existing code in statsd. by Yao Chen · 7 years ago
  86. b487b55 statsd & statscompanion communication more robust by Bookatz · 7 years ago
  87. 0e95909 indexed priority queue for AnomalyMonitor by Bookatz · 7 years ago
  88. 5dcbc6c Add statsd. by Joe Onorato · 7 years ago