1. bfc4bdb Remove kStateAtomsInfo from atoms_info. by Muhammad Qureshi · 4 years, 4 months ago
  2. 1449fa4 Slice by state in DurationMetricProducer by tsaichristine · 4 years, 7 months ago
  3. 3be093b Uid Sandboxing of Pullers by Tej Singh · 4 years, 5 months ago
  4. cabd127 Delete unused imports in Statsd by Jeffrey Huang · 4 years, 6 months ago
  5. c876b49 Slice by state in ValueMetricProducer by tsaichristine · 4 years, 8 months ago
  6. b87ca15 Log bucket drop reasons for ValueMetric and GaugeMetric by tsaichristine · 4 years, 8 months ago
  7. 8d73dc9 Pass in event time when notifying listeners of a state change by tsaichristine · 4 years, 8 months ago
  8. 9ec159a Fix Race Condition by Tej Singh · 4 years, 9 months ago
  9. 69000e6 Slice by state in CountMetricProducer by tsaichristine · 4 years, 10 months ago
  10. d21aacf Take 2: Integrate StateTracker into statsd by tsaichristine · 4 years, 10 months ago
  11. 21a287b Refactor MetricActivation initialization by Ruchir Rastogi · 4 years, 10 months ago
  12. a05cfe0 Reorganize MetricProducer.h by tsaichristine · 4 years, 11 months ago
  13. 7685337 Remove dimensions_in_condition from statsd metrics by tsaichristine · 5 years ago
  14. ee4495e Allow same matcher to cancel >1 event activation by Tej Singh · 5 years ago
  15. 18e4692 Handle condition changes when metric is not active. by Muhammad Qureshi · 5 years ago
  16. f53d445 Persist active metric status across system server by Tej Singh · 5 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. 844694b Save EventActivations to disk by Muhammad Qureshi · 5 years ago
  21. 597c716 Skip data pulling when metric is not active by Tej Singh · 5 years ago
  22. 3a5ebf5 Cancel Metric activations by Muhammad Qureshi · 5 years ago
  23. e35b282 Reset the condition to the initial state. by Olivier Gaillard · 5 years ago
  24. 6c75ecd Introduces an option to set a dump latency requirement. by Olivier Gaillard · 5 years ago
  25. e63d9e0 Tracks unknown condition states. by Olivier Gaillard · 5 years ago
  26. a9a310e metric activation on boot by Chenjie Yu · 5 years ago
  27. c7939cb Persist active metrics to disk and read back by Chenjie Yu · 5 years ago
  28. b472291 Always report the metric id even if the metric has no data to upload. by Yang Lu · 6 years ago
  29. ff71cad Statsd can dump data as proto to bugreport by Bookatz · 6 years ago
  30. 849dfdc2 metric activation and TTL. by Yangster-mac · 6 years ago
  31. b85e561 Merge "Reduce statsd log data size." into pi-dev by android-build-team Robot · 6 years ago
  32. 9def8e3 Reduce statsd log data size. by Yangster-mac · 6 years ago
  33. a802d73 Clear the past buckets for no-report metrics by Yangster-mac · 6 years ago
  34. 15f6bbc Flush the bucket when creating the metric producer. by Yangster-mac · 6 years ago
  35. e68f3a5 Flush the partial bucket when startd shuts down or config updated. by Yangster-mac · 6 years ago
  36. bd12527 Fix uid map to be simpler and fix partial bucket. by David Chen · 6 years ago
  37. b142cc8 Statsd config TTL by Yangster-mac · 6 years ago
  38. d9afdee Merge "Support sliced condition change in GaugeMetric" into pi-dev by TreeHugger Robot · 6 years ago
  39. 427d372 Support sliced condition change in GaugeMetric by Yao Chen · 6 years ago
  40. be10ddf Flush the past buckets in anomaly tracker when time jumps forward by Yangster-mac · 6 years ago
  41. 13fb7e4 Statsd cpu optimizaton by Yangster · 6 years ago
  42. 06dba5d Add API to let metrics directly drop data without writing to an output. by Yao Chen · 7 years ago
  43. 5392888 Duration tracker optimization. by Yangster-mac · 6 years ago
  44. 932ecec Alarm: wakes up statsd and notifies the subscribers. by Yangster-mac · 7 years ago
  45. f31667f Merge "Statsd guardrail for Alerts" by TreeHugger Robot · 6 years ago
  46. 1476ef2 Statsd guardrail for Alerts by Bookatz · 6 years ago
  47. 59cc24d Add a guardrail to limit minimum bucket duration to be 5 minutes except by yro · 6 years ago
  48. 8a8d16c Statsd CPU optimization. by Yao Chen · 6 years ago
  49. 27785a8 Partial buckets on app upgrade and fix duration. by David Chen · 7 years ago
  50. 9369446 Support dimension in condition in metric producers. by Yangster-mac · 7 years ago
  51. 884c8c1 Add more statsd's debugging info to dumpsys. by Yao Chen · 7 years ago
  52. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 7 years ago
  53. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  54. 857aaa5 Splits AnomalyTracker into two files by Bookatz · 7 years ago
  55. d5aa01b3 Remove the hacky HashableDimensionKey. by Yao Chen · 7 years ago
  56. d10f7b1 Add log source filtering in statsd to filter out spams. by Yao Chen · 7 years ago
  57. f09569f Further reduce statsd memory usage. by Yao Chen · 7 years ago
  58. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 7 years ago
  59. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 7 years ago
  60. c51ec67 Merge changes Ib254db7e,I4aa0539a by TreeHugger Robot · 7 years ago
  61. 8f2f3d8 Anomaly Alert declarations in StatsdStats by Bookatz · 7 years ago
  62. a5b5191 Rename EventConditionLink as MetricConditionLink in statsd_config.proto. by Stefan Lafon · 7 years ago
  63. 450099d AnomalyDetection invalidity depends on MetricProd by Bookatz · 7 years ago
  64. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  65. 6a8c799 Revert "Thread-safe metric producers." by Yao Chen · 7 years ago
  66. 8de6939 Thread-safe metric producers. by Yangster · 7 years ago
  67. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  68. 7c334a1 Make member function as const whenever possible. by Yangster · 7 years ago
  69. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  70. 1d7b0cd Support StatsD sending broadcasts. by David Chen · 7 years ago
  71. 78c059f Merge "Finish migrating to use ProtoOutputStream. This change will take the outputs of each MetricProducer's and merge the results into ConfigMetricsReport which holds ConfigKey, repeated field of StatsLogReport, and UidMap. The data will be represented as vector<uint8_t> which can be passed down to binder call for clients to pick up. Also, all unnecessary dependencies to stats_log proto have been removed." by Howard Ro · 7 years ago
  72. 3eba621 Update CountAnomalyTracker to handle slicing. by Yang Lu · 7 years ago
  73. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 7 years ago
  74. 2b0f886 Migrate all remaining MetricProducers to use ProtoOutputStream by yro · 7 years ago
  75. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  76. b3dda41 reretry ValueMetric implementation and pulling mechanism by Chenjie Yu · 7 years ago
  77. 5154a37 Adding multi layer aggregation in DurationMetric by Yao Chen · 7 years ago
  78. 69007c8 Implement a logic to rate limitted flush statsd with by checking the by yro · 7 years ago
  79. b704177 Refactor MetricProducer so that a big chunk of boiler plate code can be removed. by Yao Chen · 7 years ago
  80. 729093d Add support for dimension, and link with condition and added DurationMetric by Yao Chen · 7 years ago
  81. c4dfae5 Introduce a new wrapper for log_msg -- LogEvent by Joe Onorato · 7 years ago
  82. 9fc9edf Clean up how we handle configurations, and other assorted cleanup by Joe Onorato · 7 years ago
  83. f12b5c6 Removes redundant RefBase inheritance. by David Chen · 7 years ago
  84. de70169 UID mapping to provide app name and version. by David Chen · 7 years ago
  85. caf339d More complete implementation for condition and log matchers in statsd. by Yao Chen · 7 years ago
  86. 44cf27c Add metric computation skeleton to statsd. by Yao Chen · 7 years ago