1. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  2. d10f7b1 Add log source filtering in statsd to filter out spams. by Yao Chen · 7 years ago
  3. 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
  4. 85ed838 align metrics to 5min bundary by Chenjie Yu · 7 years ago
  5. f09569f Further reduce statsd memory usage. by Yao Chen · 7 years ago
  6. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 7 years ago
  7. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 7 years ago
  8. b8c9aa8 Rename a few things in statsd_config.proto. by Stefan Lafon · 7 years ago
  9. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  10. cc5adef Statsd anomaly detection - fixes by Bookatz · 7 years ago
  11. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  12. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  13. 4e6364ac make statsd less chatty. by Yao Chen · 7 years ago
  14. 51f29ce Merge "Make SimpleCondition satisfactorily complicated." by TreeHugger Robot · 7 years ago
  15. 967b205 Make SimpleCondition satisfactorily complicated. by Yao Chen · 7 years ago
  16. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 7 years ago
  17. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  18. 1d4d686 Gauge metric producer. by Yangster · 7 years ago
  19. b3dda41 reretry ValueMetric implementation and pulling mechanism by Chenjie Yu · 7 years ago
  20. 5154a37 Adding multi layer aggregation in DurationMetric by Yao Chen · 7 years ago
  21. 69007c8 Implement a logic to rate limitted flush statsd with by checking the by yro · 7 years ago
  22. d3606c7 Anomaly detection for count reads from config by Bookatz · 7 years ago
  23. 729093d Add support for dimension, and link with condition and added DurationMetric by Yao Chen · 7 years ago
  24. c4dfae5 Introduce a new wrapper for log_msg -- LogEvent by Joe Onorato · 7 years ago
  25. 9fc9edf Clean up how we handle configurations, and other assorted cleanup by Joe Onorato · 7 years ago
  26. caf339d More complete implementation for condition and log matchers in statsd. by Yao Chen · 7 years ago
  27. 44cf27c Add metric computation skeleton to statsd. by Yao Chen · 7 years ago