1. e678cb7 Split buckets on boot complete by Tej Singh · 4 years, 4 months ago
  2. c876b49 Slice by state in ValueMetricProducer by tsaichristine · 4 years, 9 months ago
  3. 8d73dc9 Pass in event time when notifying listeners of a state change by tsaichristine · 4 years, 9 months ago
  4. 69000e6 Slice by state in CountMetricProducer by tsaichristine · 4 years, 10 months ago
  5. d21aacf Take 2: Integrate StateTracker into statsd by tsaichristine · 4 years, 11 months ago
  6. 060fbfc Support a ONE_WEEK bucket size by Ruchir Rastogi · 4 years, 11 months ago
  7. 21a287b Refactor MetricActivation initialization by Ruchir Rastogi · 4 years, 11 months ago
  8. 6c75ecd Introduces an option to set a dump latency requirement. by Olivier Gaillard · 6 years ago
  9. ff71cad Statsd can dump data as proto to bugreport by Bookatz · 6 years ago
  10. e1361ed Adjust 1st bucket start time by Chenjie Yu · 6 years ago
  11. 5bfffb5 Clean up TODOs in statsd by Yao Chen · 6 years ago
  12. b85e561 Merge "Reduce statsd log data size." into pi-dev by android-build-team Robot · 6 years ago
  13. 9def8e3 Reduce statsd log data size. by Yangster-mac · 6 years ago
  14. a802d73 Clear the past buckets for no-report metrics by Yangster-mac · 6 years ago
  15. e68f3a5 Flush the partial bucket when startd shuts down or config updated. by Yangster-mac · 6 years ago
  16. b142cc8 Statsd config TTL by Yangster-mac · 6 years ago
  17. 427d372 Support sliced condition change in GaugeMetric by Yao Chen · 6 years ago
  18. aaadf666 Merge "Statsd: Remove storage of bucketNum" into pi-dev by TreeHugger Robot · 6 years ago
  19. a78d008 Dump the stats for count/gauge/value metrics. by Yangster-mac · 6 years ago
  20. 3f5ab3f Statsd: Remove storage of bucketNum by Bookatz · 6 years ago
  21. 06dba5d Add API to let metrics directly drop data without writing to an output. by Yao Chen · 7 years ago
  22. 8a8d16c Statsd CPU optimization. by Yao Chen · 7 years ago
  23. 27785a8 Partial buckets on app upgrade and fix duration. by David Chen · 7 years ago
  24. 9369446 Support dimension in condition in metric producers. by Yangster-mac · 7 years ago
  25. 884c8c1 Add more statsd's debugging info to dumpsys. by Yao Chen · 7 years ago
  26. 1bf9438 Anomaly detection is per dimension by Bookatz · 7 years ago
  27. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  28. d10f7b1 Add log source filtering in statsd to filter out spams. by Yao Chen · 7 years ago
  29. f09569f Further reduce statsd memory usage. by Yao Chen · 7 years ago
  30. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 7 years ago
  31. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 7 years ago
  32. 3accca0 Add major version code to platform. by Dianne Hackborn · 11 years ago
  33. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  34. 6a8c799 Revert "Thread-safe metric producers." by Yao Chen · 7 years ago
  35. 8de6939 Thread-safe metric producers. by Yangster · 7 years ago
  36. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  37. 7c334a1 Make member function as const whenever possible. by Yangster · 7 years ago
  38. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  39. 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
  40. 3eba621 Update CountAnomalyTracker to handle slicing. by Yang Lu · 7 years ago
  41. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 7 years ago
  42. 2b0f886 Migrate all remaining MetricProducers to use ProtoOutputStream by yro · 7 years ago
  43. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  44. 24809bd 1. Enable FIELD_TYPE IDs defined in ProtoOutputStream by yro · 7 years ago
  45. b3dda41 reretry ValueMetric implementation and pulling mechanism by Chenjie Yu · 7 years ago
  46. 53f8011 Merge "Adding multi layer aggregation in DurationMetric" by TreeHugger Robot · 7 years ago
  47. 5154a37 Adding multi layer aggregation in DurationMetric by Yao Chen · 7 years ago
  48. d689689 Updates uidmap to update snapshots and upload. by David Chen · 7 years ago
  49. 69007c8 Implement a logic to rate limitted flush statsd with by checking the by yro · 7 years ago
  50. d3606c7 Anomaly detection for count reads from config by Bookatz · 7 years ago
  51. b704177 Refactor MetricProducer so that a big chunk of boiler plate code can be removed. by Yao Chen · 7 years ago
  52. 729093d Add support for dimension, and link with condition and added DurationMetric by Yao Chen · 7 years ago
  53. c4dfae5 Introduce a new wrapper for log_msg -- LogEvent by Joe Onorato · 7 years ago
  54. de70169 UID mapping to provide app name and version. by David Chen · 7 years ago
  55. caf339d More complete implementation for condition and log matchers in statsd. by Yao Chen · 7 years ago
  56. a4bc9c4 Statsd Anomaly tracking for CountMetricProducer by Bookatz · 7 years ago
  57. 44cf27c Add metric computation skeleton to statsd. by Yao Chen · 7 years ago