1. e5405ba (Part 2.6 - Final one!) Use new socket schema in ValueMetricProducer_test by tsaichristine · 4 years, 4 months ago
  2. 3ca4d78 (Part 2.4) Use new socket schema in ValueMetricProducer_test by tsaichristine · 4 years, 4 months ago
  3. 5adb1b1 (Part 2.3) Use new socket schema in ValueMetricProducer_test by tsaichristine · 4 years, 4 months ago
  4. 4980c0a Merge "Migrate statsd_test to use libstatslog_statsdtest" into rvc-dev by Jeffrey Huang · 4 years, 4 months ago
  5. 300ee6e Merge "(Part 2.2) Use new socket schema in ValueMetricProducer_test" into rvc-dev by Christine Tsai · 4 years, 4 months ago
  6. b828fe2 (Part 2.5) Use new socket schema in ValueMetricProducer_test by tsaichristine · 4 years, 4 months ago
  7. f487f2a (Part 2.2) Use new socket schema in ValueMetricProducer_test by tsaichristine · 4 years, 4 months ago
  8. 3eb84d4 Migrate statsd_test to use libstatslog_statsdtest by Jeffrey Huang · 4 years, 4 months ago
  9. bb33b80 (Part 2.1) Use new socket schema in ValueMetricProducer_test by tsaichristine · 4 years, 4 months ago
  10. 1e4368a Comment out Statsd tests by Jeffrey Huang · 4 years, 5 months ago
  11. 45f703b Fix skipped bucket end times by tsaichristine · 4 years, 6 months ago
  12. c876b49 Slice by state in ValueMetricProducer by tsaichristine · 4 years, 7 months ago
  13. b87ca15 Log bucket drop reasons for ValueMetric and GaugeMetric by tsaichristine · 4 years, 7 months ago
  14. 21a287b Refactor MetricActivation initialization by Ruchir Rastogi · 4 years, 10 months ago
  15. 35c7a57 Statsd: support atom counts of new atoms. by Tej Singh · 5 years ago
  16. f4d95b9 Merge "Fix ValueMetric unit test." into qt-dev by TreeHugger Robot · 5 years ago
  17. 597c716 Skip data pulling when metric is not active by Tej Singh · 5 years ago
  18. 8d30627 Fix ValueMetric unit test. by Yao Chen · 5 years ago
  19. fbee916 Fix a problem with ValueMetric when used with conditions and no diffs. by Olivier Gaillard · 5 years ago
  20. e6cfb14 Add a condition timer to track the duration of condition being true. by Yao Chen · 5 years ago
  21. 99598ee incidentd can now handle multiple callers asking it for incident reports by Joe Onorato · 5 years ago
  22. c371991 Full bucket should be reset even when the last bucket is invalid. by Olivier Gaillard · 5 years ago
  23. a8b7011 Invalidate the bucket when global base is missing. by Olivier Gaillard · 5 years ago
  24. 47a9efc Fix usage of flush buckets. by Olivier Gaillard · 5 years ago
  25. 17ba73a Remove lots of code duplication in tests by Olivier Gaillard · 5 years ago
  26. 0a36f57 Mark bucket as invalid when the condition was unknown at the start of by Olivier Gaillard · 5 years ago
  27. 6c75ecd Introduces an option to set a dump latency requirement. by Olivier Gaillard · 5 years ago
  28. e63d9e0 Tracks unknown condition states. by Olivier Gaillard · 5 years ago
  29. 1e0d8fc Marks the bucket as invalid when it reaches the guard rail limit. by Olivier Gaillard · 5 years ago
  30. 11203df Unify the way we process events on condition change and bucket boundaries. by Olivier Gaillard · 5 years ago
  31. 808bfd1 Flush the bucket before creating a partial bucket. by Olivier Gaillard · 5 years ago
  32. 3061ca2 Fix test: the event should be from the previous bucket by Olivier Gaillard · 5 years ago
  33. 9a5d359 Adds the concept of invalid bucket. by Olivier Gaillard · 5 years ago
  34. c5f11c4 Reset the base when pull fails. by Olivier Gaillard · 5 years ago
  35. 2653176 Fix issue in ValueMetricProducer where values are not reported by Misha Wagner · 5 years ago
  36. cd1b797 allow disable partial bucket on app upgrade by Chenjie Yu · 6 years ago
  37. 0bd73db Puller refactor by Chenjie Yu · 6 years ago
  38. dbe5c50 trim ValueMetric dimension key by Chenjie Yu · 6 years ago
  39. f275f61 optional default base for ValueMetric by Chenjie Yu · 6 years ago
  40. 054ce9c filter pulled events for ValueMetric by Chenjie Yu · 6 years ago
  41. 32717c3 multi-value aggregation in ValueMetric by Chenjie Yu · 6 years ago
  42. c715b9e ValueMetric overhaul by Chenjie Yu · 6 years ago
  43. e1361ed Adjust 1st bucket start time by Chenjie Yu · 6 years ago
  44. a0f0224 ValueMetric supports multiple aggregation types by Chenjie Yu · 6 years ago
  45. 5bfffb5 Clean up TODOs in statsd by Yao Chen · 6 years ago
  46. e221920 StatsPullerManager not use singleton by Chenjie Yu · 6 years ago
  47. 021e253 ValueMetric pushed events should check condition by Chenjie Yu · 6 years ago
  48. 092a5a9 Fixes Value metrics in statsd and app upgrades. by David Chen · 6 years ago
  49. 15f6bbc Flush the bucket when creating the metric producer. by Yangster-mac · 6 years ago
  50. ae63b0a Drop value if the bucket is totally tainted by Chenjie Yu · 6 years ago
  51. b142cc8 Statsd config TTL by Yangster-mac · 6 years ago
  52. 6d370f4 Add unit test ValueMetricProducer on boundary by Chenjie Yu · 6 years ago
  53. 1a0a941 Fix StatsCompanionService pull on bucket ends by Chenjie Yu · 6 years ago
  54. 6bf9825 Statsd AnomalyDetection improvements by Bookatz · 6 years ago
  55. 932ecec Alarm: wakes up statsd and notifies the subscribers. by Yangster-mac · 6 years ago
  56. db15052 Merge "Add a guardrail to limit minimum bucket duration to be 5 minutes except when configured through adb command" by Howard Ro · 6 years ago
  57. 330af58 Use elapsed realtime instead of times based on wall clock, which can jump around and go backwards. by Yangster-mac · 6 years ago
  58. 59cc24d Add a guardrail to limit minimum bucket duration to be 5 minutes except by yro · 6 years ago
  59. 27785a8 Partial buckets on app upgrade and fix duration. by David Chen · 6 years ago
  60. 9369446 Support dimension in condition in metric producers. by Yangster-mac · 6 years ago
  61. 1bf9438 Anomaly detection is per dimension by Bookatz · 7 years ago
  62. b814481 Use TimeUnit enum to specify the bucket size. by Yangster-mac · 7 years ago
  63. a7fb12d 1/ Use FieldMatcher to specify the value fields in value metric. by Yangster-mac · 7 years ago
  64. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 7 years ago
  65. 857aaa5 Splits AnomalyTracker into two files by Bookatz · 7 years ago
  66. de1b5562 Statsd value metric anomaly detection by Bookatz · 7 years ago
  67. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 7 years ago
  68. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  69. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  70. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  71. 8023540 statsd: parse the new format of stats log by Yao Chen · 7 years ago
  72. d1815dc Sync statsd to the public proto changes: by Yangster-mac · 7 years ago
  73. 6736c89 Unit tests for ValueMetricProducer by Chenjie Yu · 7 years ago