1. d4abb2f Merge "Remove StateConditionTracker from statsd" into rvc-dev by Christine Tsai · 4 years, 4 months ago
  2. 3d8e12a Remove StateConditionTracker from statsd by tsaichristine · 4 years, 4 months ago
  3. 1449fa4 Slice by state in DurationMetricProducer by tsaichristine · 4 years, 7 months ago
  4. 3be093b Uid Sandboxing of Pullers by Tej Singh · 4 years, 5 months ago
  5. 38d7026 Add mAlertToAnomalyTrackerMap to MetricsManager by Jeffrey Huang · 4 years, 5 months ago
  6. cabd127 Delete unused imports in Statsd by Jeffrey Huang · 4 years, 6 months ago
  7. 97db3ff Fix Statsd rejecting configs by Tej Singh · 4 years, 6 months ago
  8. c876b49 Slice by state in ValueMetricProducer by tsaichristine · 4 years, 8 months ago
  9. c8e2266 Move statsd metadata from statslog to atoms_info by Muhammad Qureshi · 4 years, 9 months ago
  10. 9ec159a Fix Race Condition by Tej Singh · 4 years, 9 months ago
  11. 69000e6 Slice by state in CountMetricProducer by tsaichristine · 4 years, 10 months ago
  12. d21aacf Take 2: Integrate StateTracker into statsd by tsaichristine · 4 years, 10 months ago
  13. 21a287b Refactor MetricActivation initialization by Ruchir Rastogi · 4 years, 10 months ago
  14. fe163c6 Merge changes from topic "protobuf-3.9.1" by Colin Cross · 5 years ago
  15. c46fbf9 Rename old StateTracker by tsaichristine · 5 years ago
  16. d013a88 Adapt to google::protobuf::uint64 type change by Colin Cross · 6 years ago
  17. 9bfa54e Merge "Statsd: support atom counts of new atoms." into qt-dev by TreeHugger Robot · 5 years ago
  18. 35c7a57 Statsd: support atom counts of new atoms. by Tej Singh · 5 years ago
  19. 15f8da9 Add ActivationType to EventActivation by Muhammad Qureshi · 5 years ago
  20. 597c716 Skip data pulling when metric is not active by Tej Singh · 5 years ago
  21. 3a5ebf5 Cancel Metric activations by Muhammad Qureshi · 5 years ago
  22. a9a310e metric activation on boot by Chenjie Yu · 5 years ago
  23. 2491af2 Merge "Fix performance-for-range-copy warnings" am: bc29242288 am: 7adb73f332 by Chih-Hung Hsieh · 6 years ago
  24. a1b644e Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  25. d7e3a22 Revert "Revert "support work chain in pulled atoms"" by Chenjie Yu · 6 years ago
  26. 9c7b131 Revert "support work chain in pulled atoms" by Fabian Kozynski · 6 years ago
  27. ce8e4dc support work chain in pulled atoms by Chenjie Yu · 6 years ago
  28. e077fd2 deprecate ALL_CONDITION_CHANGE in gauge by Chenjie Yu · 6 years ago
  29. 054ce9c filter pulled events for ValueMetric by Chenjie Yu · 6 years ago
  30. 872fd51 Merge changes from topic "revert-protobuf3.5.2" am: a4680e1ebe am: 3e312d20cd by Colin Cross · 6 years ago
  31. 44f74d1 Merge changes from topic "protobuf3.5.2" am: 1d899f6be8 am: 11a4d77516 by Colin Cross · 6 years ago
  32. 054b0c0 Revert "Adapt to google::protobuf::uint64 type change" by Colin Cross · 6 years ago
  33. fa6bc27 Adapt to google::protobuf::uint64 type change by Colin Cross · 6 years ago
  34. 7dd9e17 Merge "metric activation and TTL." by TreeHugger Robot · 6 years ago
  35. 849dfdc2 metric activation and TTL. by Yangster-mac · 6 years ago
  36. 32f07af Match pulled events in gauge metric. by Yangster-mac · 6 years ago
  37. 8858897 allow statsd pull based on event trigger by Chenjie Yu · 6 years ago
  38. e1361ed Adjust 1st bucket start time by Chenjie Yu · 6 years ago
  39. 5bfffb5 Clean up TODOs in statsd by Yao Chen · 6 years ago
  40. e221920 StatsPullerManager not use singleton by Chenjie Yu · 6 years ago
  41. 15f6bbc Flush the bucket when creating the metric producer. by Yangster-mac · 6 years ago
  42. bd12527 Fix uid map to be simpler and fix partial bucket. by David Chen · 6 years ago
  43. c04feba Move forward the alarm timestamp when config is added to statsd. by Yangster-mac · 6 years ago
  44. aa5b201 Fix StatsCompanionService sometimes can be null by Chenjie Yu · 6 years ago
  45. aed0fed Merge "Add uid field annotation in atoms.proto and statd memory usage optimization." into pi-dev by TreeHugger Robot · 6 years ago
  46. c40a19d Add uid field annotation in atoms.proto and statd memory usage optimization. by Yao Chen · 6 years ago
  47. 6bf9825 Statsd AnomalyDetection improvements by Bookatz · 6 years ago
  48. 580ea321 Add StateTracker. by Yao Chen · 6 years ago
  49. 932ecec Alarm: wakes up statsd and notifies the subscribers. by Yangster-mac · 7 years ago
  50. 1476ef2 Statsd guardrail for Alerts by Bookatz · 6 years ago
  51. 8a8d16c Statsd CPU optimization. by Yao Chen · 6 years ago
  52. 484524a Turn off debug logging in statsd by Tej Singh · 7 years ago
  53. 468ff04 Proto change for dimension from condition. by Yangster-mac · 7 years ago
  54. a070b6a Bug fix: gauge metric producer does not need the atom id parameter. by Yangster-mac · 7 years ago
  55. a7fb12d 1/ Use FieldMatcher to specify the value fields in value metric. by Yangster-mac · 7 years ago
  56. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 7 years ago
  57. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  58. 857aaa5 Splits AnomalyTracker into two files by Bookatz · 7 years ago
  59. 2b4fc9d align metrics start time to the previous 5 min start, instead by Chenjie Yu · 7 years ago
  60. 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
  61. d9dfda7 add feature: GaugeMetricProducer now takes repeated list of fields by Chenjie Yu · 7 years ago
  62. 85ed838 align metrics to 5min bundary by Chenjie Yu · 7 years ago
  63. a5b5191 Rename EventConditionLink as MetricConditionLink in statsd_config.proto. by Stefan Lafon · 7 years ago
  64. 12d01fa Rename more things in statsd_config.proto. by Stefan Lafon · 7 years ago
  65. 450099d AnomalyDetection invalidity depends on MetricProd by Bookatz · 7 years ago
  66. b8c9aa8 Rename a few things in statsd_config.proto. by Stefan Lafon · 7 years ago
  67. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  68. 64b0006 Merge "Statsd anomaly detection - fixes" by TreeHugger Robot · 7 years ago
  69. cc5adef Statsd anomaly detection - fixes by Bookatz · 7 years ago
  70. 10535b9 Reject the config if condition config has errors. And add log tag. by Yao Chen · 7 years ago
  71. c8862ca Merge "Revert "Reject the config if condition config has errors. And add log tag."" by Yao Chen · 7 years ago
  72. f94a518 Revert "Reject the config if condition config has errors. And add log tag." by Yao Chen · 7 years ago
  73. 1b5be51 Merge "Reject the config if condition config has errors. And add log tag." by TreeHugger Robot · 7 years ago
  74. c9fa2f6 Reject the config if condition config has errors. And add log tag. by Yao Chen · 7 years ago
  75. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  76. 7c8f0a5 Fix the fake statsd config. Better error messages. by Stefan Lafon · 7 years ago
  77. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  78. 4aa1677 Merge "One more feature in DurationMetric -- nesting on top of Or and Max" by TreeHugger Robot · 7 years ago
  79. 0ea1990 One more feature in DurationMetric -- nesting on top of Or and Max by Yao Chen · 7 years ago
  80. 5c925ad Sync the DurationMetric proto from google3. by Yao Chen · 7 years ago
  81. d1815dc Sync statsd to the public proto changes: by Yangster-mac · 7 years ago
  82. 6736c89 Unit tests for ValueMetricProducer by Chenjie Yu · 7 years ago
  83. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  84. 1d4d686 Gauge metric producer. by Yangster · 7 years ago
  85. 5305e1d pull resource power manager stats into statsd by Chenjie Yu · 7 years ago
  86. b3dda41 reretry ValueMetric implementation and pulling mechanism by Chenjie Yu · 7 years ago
  87. 5154a37 Adding multi layer aggregation in DurationMetric by Yao Chen · 7 years ago
  88. 5110bed Add EventMetricProducer by Yao Chen · 7 years ago
  89. 729093d Add support for dimension, and link with condition and added DurationMetric by Yao Chen · 7 years ago
  90. caf339d More complete implementation for condition and log matchers in statsd. by Yao Chen · 7 years ago