1. b1c6ba0 Merge "Statsd uidmap includes vers string and installer" by TreeHugger Robot · 6 years ago
  2. ff71cad Statsd can dump data as proto to bugreport by Bookatz · 6 years ago
  3. 730403e Statsd uidmap includes vers string and installer by dwchen · 6 years ago
  4. 849dfdc2 metric activation and TTL. by Yangster-mac · 6 years ago
  5. 5bfffb5 Clean up TODOs in statsd by Yao Chen · 6 years ago
  6. e221920 StatsPullerManager not use singleton by Chenjie Yu · 6 years ago
  7. 1c58f04 Add a field in config to disable/enable the string hashing in metric report. by Yangster-mac · 6 years ago
  8. cdb093e Merge "Fixes statsd returning too much data at once." into pi-dev by Yang Lu · 6 years ago
  9. be6d7f9 Re-enable the logging of APP_BREADCRUMB_REPORTED atom by yro · 6 years ago
  10. 4894490 Fixes statsd returning too much data at once. by David Chen · 6 years ago
  11. 754e29e Turns DEBUG to false in statsd. by Yangster-mac · 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. 15f6bbc Flush the bucket when creating the metric producer. by Yangster-mac · 6 years ago
  16. e68f3a5 Flush the partial bucket when startd shuts down or config updated. by Yangster-mac · 6 years ago
  17. b142cc8 Statsd config TTL by Yangster-mac · 6 years ago
  18. faa1af5 Includes annotations with statsd reports. by David Chen · 6 years ago
  19. c04feba Move forward the alarm timestamp when config is added to statsd. by Yangster-mac · 6 years ago
  20. 46eef8d Merge "E2e test for periodic alarm." into pi-dev by TreeHugger Robot · 6 years ago
  21. 684d195 E2e test for periodic alarm. by Yangster-mac · 6 years ago
  22. 427d372 Support sliced condition change in GaugeMetric by Yao Chen · 6 years ago
  23. 8faaa01 Deletes default allowed_log_sources in statsd. by David Chen · 7 years ago
  24. 3fa5d7f Add wall clock timestamp for ConfigMetricsReport and gauge atoms. by Yangster-mac · 7 years ago
  25. 5ee0787 Use uint64_t instead of long long as API type for consistent reason. by Yi Jin · 7 years ago
  26. 076eebf Merge "Add #alerts to StatsdStats printout" by TreeHugger Robot · 7 years ago
  27. aea8d10b Add #alerts to StatsdStats printout by Bookatz · 7 years ago
  28. 06dba5d Add API to let metrics directly drop data without writing to an output. by Yao Chen · 7 years ago
  29. 03b91d7 Merge "Alarm: wakes up statsd and notifies the subscribers." by TreeHugger Robot · 7 years ago
  30. 932ecec Alarm: wakes up statsd and notifies the subscribers. by Yangster-mac · 7 years ago
  31. 77ef671 Updates jank metrics in statsd to include uid. by David Chen · 7 years ago
  32. 7d5beeb Merge "More formatting fixes for statsd" by TreeHugger Robot · 7 years ago
  33. b639d14 More formatting fixes for statsd by David Chen · 7 years ago
  34. 1476ef2 Statsd guardrail for Alerts by Bookatz · 7 years ago
  35. 2f5b9c9 Merge "Updates statsd atoms.proto with small changes." by TreeHugger Robot · 7 years ago
  36. 330af58 Use elapsed realtime instead of times based on wall clock, which can jump around and go backwards. by Yangster-mac · 7 years ago
  37. 0b5c90c Updates statsd atoms.proto with small changes. by David Chen · 7 years ago
  38. 8a8d16c Statsd CPU optimization. by Yao Chen · 7 years ago
  39. 484524a Turn off debug logging in statsd by Tej Singh · 7 years ago
  40. 1604957 Modifies statsd output for start and end times. by David Chen · 7 years ago
  41. 32134a2 Merge "Partial buckets on app upgrade and fix duration." by TreeHugger Robot · 7 years ago
  42. 6f19790 Statsd - use AID_STATSD in MetricsManager by Bookatz · 7 years ago
  43. b223c4e Statsd - adb cmd for AppHook; long compare support by Bookatz · 7 years ago
  44. 27785a8 Partial buckets on app upgrade and fix duration. by David Chen · 7 years ago
  45. bb8554a Atom: DaveyOccurred by Tej Singh · 7 years ago
  46. 884c8c1 Add more statsd's debugging info to dumpsys. by Yao Chen · 7 years ago
  47. 147ce60 use only string type in the log source whitelist. by Yao Chen · 7 years ago
  48. 48989c2 Merge "1/ Change all "name" to id in statsD. 2/ Handle Subscription for alert. 3/ Support no_report_metric" by TreeHugger Robot · 7 years ago
  49. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 7 years ago
  50. 5459651 Merge "Checks in statsd that fields are within range." by TreeHugger Robot · 7 years ago
  51. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  52. daa9f3a Checks in statsd that fields are within range. by David Chen · 7 years ago
  53. d10f7b1 Add log source filtering in statsd to filter out spams. by Yao Chen · 7 years ago
  54. d6815d7 Merge "align metrics to 5min bundary We use one alarm clock for all pulled atoms. If metrics from different configs are not aligned, the clock will be set to repeat at higher and higher frequency, and consume a lot of battery. Current implementation assumes a 5min minimum bucket size. New metric start time is set to be aligned to the start time of statsd in the next 5min. So it will ignore events up to 5min." by TreeHugger Robot · 7 years ago
  55. 85ed838 align metrics to 5min bundary by Chenjie Yu · 7 years ago
  56. f09569f Further reduce statsd memory usage. by Yao Chen · 7 years ago
  57. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 7 years ago
  58. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 7 years ago
  59. b8c9aa8 Rename a few things in statsd_config.proto. by Stefan Lafon · 7 years ago
  60. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  61. cc5adef Statsd anomaly detection - fixes by Bookatz · 7 years ago
  62. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  63. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  64. 4e6364ac make statsd less chatty. by Yao Chen · 7 years ago
  65. 51f29ce Merge "Make SimpleCondition satisfactorily complicated." by TreeHugger Robot · 7 years ago
  66. 967b205 Make SimpleCondition satisfactorily complicated. by Yao Chen · 7 years ago
  67. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 7 years ago
  68. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  69. 1d4d686 Gauge metric producer. by Yangster · 7 years ago
  70. b3dda41 reretry ValueMetric implementation and pulling mechanism by Chenjie Yu · 7 years ago
  71. 5154a37 Adding multi layer aggregation in DurationMetric by Yao Chen · 7 years ago
  72. 69007c8 Implement a logic to rate limitted flush statsd with by checking the by yro · 7 years ago
  73. d3606c7 Anomaly detection for count reads from config by Bookatz · 7 years ago
  74. 729093d Add support for dimension, and link with condition and added DurationMetric by Yao Chen · 7 years ago
  75. c4dfae5 Introduce a new wrapper for log_msg -- LogEvent by Joe Onorato · 7 years ago
  76. 9fc9edf Clean up how we handle configurations, and other assorted cleanup by Joe Onorato · 7 years ago
  77. caf339d More complete implementation for condition and log matchers in statsd. by Yao Chen · 7 years ago
  78. 44cf27c Add metric computation skeleton to statsd. by Yao Chen · 7 years ago