1. 38d7026 Add mAlertToAnomalyTrackerMap to MetricsManager by Jeffrey Huang · 4 years, 6 months ago
  2. 74fc435 Remove apex_available from libstatslog by Jeffrey Huang · 4 years, 6 months ago
  3. 4cad14e Merge "Fix skipped bucket end times" by Christine Tsai · 4 years, 7 months ago
  4. 45f703b Fix skipped bucket end times by tsaichristine · 4 years, 7 months ago
  5. cabd127 Delete unused imports in Statsd by Jeffrey Huang · 4 years, 7 months ago
  6. 97db3ff Fix Statsd rejecting configs by Tej Singh · 4 years, 7 months ago
  7. c10a8f0 Merge "Remove DurationTracker cloning functions" by TreeHugger Robot · 4 years, 8 months ago
  8. 01fe46c Remove DurationTracker cloning functions by tsaichristine · 4 years, 8 months ago
  9. 81899f1 Key DurationMetric trackers directly to dimensions_in_what keys by tsaichristine · 4 years, 8 months ago
  10. c876b49 Slice by state in ValueMetricProducer by tsaichristine · 4 years, 9 months ago
  11. 9e44c0a Merge "Log bucket drop reasons for ValueMetric and GaugeMetric" by Christine Tsai · 4 years, 9 months ago
  12. b87ca15 Log bucket drop reasons for ValueMetric and GaugeMetric by tsaichristine · 4 years, 9 months ago
  13. c8e2266 Move statsd metadata from statslog to atoms_info by Muhammad Qureshi · 4 years, 10 months ago
  14. f3d0c6f Merge "Remove data dropping as an invalid bucket case" by Christine Tsai · 4 years, 9 months ago
  15. b7fcf00 Remove data dropping as an invalid bucket case by tsaichristine · 4 years, 9 months ago
  16. 78b8570 Remove ConditionState parameter from ValueMetric's pull and accumulate functions by tsaichristine · 4 years, 9 months ago
  17. 8d73dc9 Pass in event time when notifying listeners of a state change by tsaichristine · 4 years, 9 months ago
  18. 9ec159a Fix Race Condition by Tej Singh · 4 years, 10 months ago
  19. 69000e6 Slice by state in CountMetricProducer by tsaichristine · 4 years, 11 months ago
  20. 90f95bb Refactor ValueMetricProducer by tsaichristine · 4 years, 10 months ago
  21. 409468d Return false if incorrect event value type by tsaichristine · 4 years, 10 months ago
  22. d21aacf Take 2: Integrate StateTracker into statsd by tsaichristine · 5 years ago
  23. 060fbfc Support a ONE_WEEK bucket size by Ruchir Rastogi · 5 years ago
  24. 0abc501 Merge "Refactor MetricActivation initialization" by Ruchir Rastogi · 5 years ago
  25. 21a287b Refactor MetricActivation initialization by Ruchir Rastogi · 5 years ago
  26. cde53a4 Merge "log guardrail limit hit for Duration, Count and Gauge metrics" by TreeHugger Robot · 5 years ago
  27. a05cfe0 Reorganize MetricProducer.h by tsaichristine · 5 years ago
  28. fe163c6 Merge changes from topic "protobuf-3.9.1" by Colin Cross · 5 years ago
  29. c46fbf9 Rename old StateTracker by tsaichristine · 5 years ago
  30. d013a88 Adapt to google::protobuf::uint64 type change by Colin Cross · 6 years ago
  31. 7685337 Remove dimensions_in_condition from statsd metrics by tsaichristine · 5 years ago
  32. 16ca28f StatsdStats: improve activation time logging by Tej Singh · 5 years ago
  33. 12ae959 Merge "Persist metric activation across beta4/5 ota" into qt-dev by TreeHugger Robot · 5 years ago
  34. cbf2c64 Persist metric activation across beta4/5 ota by Tej Singh · 5 years ago
  35. 85a3a46 Merge "Blacklist truncated atoms instead of whitelistnig" into qt-dev by TreeHugger Robot · 5 years ago
  36. 29ac601 Blacklist truncated atoms instead of whitelistnig by Tej Singh · 5 years ago
  37. ee4495e Allow same matcher to cancel >1 event activation by Tej Singh · 5 years ago
  38. 18e4692 Handle condition changes when metric is not active. by Muhammad Qureshi · 5 years ago
  39. f53d445 Persist active metric status across system server by Tej Singh · 5 years ago
  40. 9bfa54e Merge "Statsd: support atom counts of new atoms." into qt-dev by TreeHugger Robot · 5 years ago
  41. 35c7a57 Statsd: support atom counts of new atoms. by Tej Singh · 5 years ago
  42. 15f8da9 Add ActivationType to EventActivation by Muhammad Qureshi · 5 years ago
  43. 844694b Save EventActivations to disk by Muhammad Qureshi · 5 years ago
  44. 597c716 Skip data pulling when metric is not active by Tej Singh · 5 years ago
  45. f9585ca Merge "Add a config option to save the metrics data locally." into qt-dev by Yao Chen · 5 years ago
  46. 9a43b4f Add a config option to save the metrics data locally. by Yao Chen · 5 years ago
  47. fbee916 Fix a problem with ValueMetric when used with conditions and no diffs. by Olivier Gaillard · 5 years ago
  48. e6cfb14 Add a condition timer to track the duration of condition being true. by Yao Chen · 5 years ago
  49. 3a5ebf5 Cancel Metric activations by Muhammad Qureshi · 5 years ago
  50. 99598ee incidentd can now handle multiple callers asking it for incident reports by Joe Onorato · 6 years ago
  51. 902529a Fix app upgrade related tests by Muhammad Qureshi · 5 years ago
  52. c371991 Full bucket should be reset even when the last bucket is invalid. by Olivier Gaillard · 5 years ago
  53. 87348a6 log guardrail limit hit for Duration, Count and Gauge metrics by Muhammad Qureshi · 6 years ago
  54. e35b282 Reset the condition to the initial state. by Olivier Gaillard · 6 years ago
  55. a8b7011 Invalidate the bucket when global base is missing. by Olivier Gaillard · 6 years ago
  56. 47a9efc Fix usage of flush buckets. by Olivier Gaillard · 6 years ago
  57. 3739df0 Merge "Mark bucket as invalid when the condition was unknown at the start of the bucket." by Olivier Gaillard · 6 years ago
  58. 0a36f57 Mark bucket as invalid when the condition was unknown at the start of by Olivier Gaillard · 6 years ago
  59. f248c0d Tracks the total number of buckets. by Olivier Gaillard · 6 years ago
  60. 6c75ecd Introduces an option to set a dump latency requirement. by Olivier Gaillard · 6 years ago
  61. 826e270 Merge "Add more alert details to incidentd header." by TreeHugger Robot · 6 years ago
  62. b52bf9d Merge "Tracks unknown condition states." by Olivier Gaillard · 6 years ago
  63. 4ce0729 Add more alert details to incidentd header. by Yao Chen · 6 years ago
  64. deba83c Merge "fix multiple activation across boot" by Chenjie Yu · 6 years ago
  65. 4841d26 fix multiple activation across boot by Chenjie Yu · 6 years ago
  66. 6ede28b Statsd sends active config broadcasts by Tej Singh · 6 years ago
  67. e63d9e0 Tracks unknown condition states. by Olivier Gaillard · 6 years ago
  68. 1e0d8fc Marks the bucket as invalid when it reaches the guard rail limit. by Olivier Gaillard · 6 years ago
  69. aa92c88 Merge "metric activation on boot" by TreeHugger Robot · 6 years ago
  70. 3ba2e93 Tracks the delay between the pull and the actual bucket boundary. by Olivier Gaillard · 6 years ago
  71. 2a46463 Merge "Unify the way we process events on condition change and bucket boundaries." by Olivier Gaillard · 6 years ago
  72. 11203df Unify the way we process events on condition change and bucket boundaries. by Olivier Gaillard · 6 years ago
  73. a9a310e metric activation on boot by Chenjie Yu · 6 years ago
  74. 509d87c Merge "Add whitelist atom field option Whitelisted atoms can be triggered from any source Test: stats-log-api-gen-test Bug: 119217680 Change-Id: Ia5faed04d696b59ba4ffaab13f5046f943d8a8b7" by Andrei-Valentin Onea · 6 years ago
  75. 808bfd1 Flush the bucket before creating a partial bucket. by Olivier Gaillard · 6 years ago
  76. 31e6a70 Merge "Track the number of buckets dropped." by Olivier Gaillard · 6 years ago
  77. 320952b Track the number of buckets dropped. by Olivier Gaillard · 6 years ago
  78. 3061ca2 Fix test: the event should be from the previous bucket by Olivier Gaillard · 6 years ago
  79. c714dca Merge "Persist active metrics to disk and read back" by TreeHugger Robot · 6 years ago
  80. da01ea5 Add whitelist atom field option by Andrei Onea · 6 years ago
  81. c7939cb Persist active metrics to disk and read back by Chenjie Yu · 6 years ago
  82. 9a5d359 Adds the concept of invalid bucket. by Olivier Gaillard · 6 years ago
  83. c5f11c4 Reset the base when pull fails. by Olivier Gaillard · 6 years ago
  84. 1eee221 Add more statistics on failure cases for value metrics by Misha Wagner · 6 years ago
  85. 2653176 Fix issue in ValueMetricProducer where values are not reported by Misha Wagner · 6 years ago
  86. cd1b797 allow disable partial bucket on app upgrade by Chenjie Yu · 6 years ago
  87. 0bd73db Puller refactor by Chenjie Yu · 6 years ago
  88. e51dab2 Merge "Fix is_active that is logged as int64 to bool" by Howard Ro · 6 years ago
  89. 07e23ff Fix is_active that is logged as int64 to bool by Howard Ro · 6 years ago
  90. 2491af2 Merge "Fix performance-for-range-copy warnings" am: bc29242288 am: 7adb73f332 by Chih-Hung Hsieh · 6 years ago
  91. a1b644e Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  92. 9440e09 Fix incorrect field ID for is_active in stats_log by Howard Ro · 6 years ago
  93. dbe5c50 trim ValueMetric dimension key by Chenjie Yu · 6 years ago
  94. eb12479 Merge "Always report the metric id even if the metric has no data to upload." by TreeHugger Robot · 6 years ago
  95. b472291 Always report the metric id even if the metric has no data to upload. by Yang Lu · 6 years ago
  96. f275f61 optional default base for ValueMetric by Chenjie Yu · 6 years ago
  97. d7e3a22 Revert "Revert "support work chain in pulled atoms"" by Chenjie Yu · 6 years ago
  98. 9c7b131 Revert "support work chain in pulled atoms" by Fabian Kozynski · 6 years ago
  99. ce8e4dc support work chain in pulled atoms by Chenjie Yu · 6 years ago
  100. e077fd2 deprecate ALL_CONDITION_CHANGE in gauge by Chenjie Yu · 6 years ago