1. e35b282 Reset the condition to the initial state. by Olivier Gaillard · 5 years ago
  2. a8b7011 Invalidate the bucket when global base is missing. by Olivier Gaillard · 5 years ago
  3. 47a9efc Fix usage of flush buckets. by Olivier Gaillard · 5 years ago
  4. 3739df0 Merge "Mark bucket as invalid when the condition was unknown at the start of the bucket." by Olivier Gaillard · 5 years ago
  5. 0a36f57 Mark bucket as invalid when the condition was unknown at the start of by Olivier Gaillard · 5 years ago
  6. f248c0d Tracks the total number of buckets. by Olivier Gaillard · 5 years ago
  7. 6c75ecd Introduces an option to set a dump latency requirement. by Olivier Gaillard · 5 years ago
  8. 826e270 Merge "Add more alert details to incidentd header." by TreeHugger Robot · 5 years ago
  9. 4ce0729 Add more alert details to incidentd header. by Yao Chen · 5 years ago
  10. e63d9e0 Tracks unknown condition states. by Olivier Gaillard · 5 years ago
  11. 1e0d8fc Marks the bucket as invalid when it reaches the guard rail limit. by Olivier Gaillard · 5 years ago
  12. 3ba2e93 Tracks the delay between the pull and the actual bucket boundary. by Olivier Gaillard · 5 years ago
  13. 11203df Unify the way we process events on condition change and bucket boundaries. by Olivier Gaillard · 5 years ago
  14. 808bfd1 Flush the bucket before creating a partial bucket. by Olivier Gaillard · 5 years ago
  15. 320952b Track the number of buckets dropped. by Olivier Gaillard · 5 years ago
  16. 9a5d359 Adds the concept of invalid bucket. by Olivier Gaillard · 5 years ago
  17. c5f11c4 Reset the base when pull fails. by Olivier Gaillard · 5 years ago
  18. 1eee221 Add more statistics on failure cases for value metrics by Misha Wagner · 6 years ago
  19. 2653176 Fix issue in ValueMetricProducer where values are not reported by Misha Wagner · 6 years ago
  20. cd1b797 allow disable partial bucket on app upgrade by Chenjie Yu · 6 years ago
  21. 0bd73db Puller refactor by Chenjie Yu · 6 years ago
  22. 07e23ff Fix is_active that is logged as int64 to bool by Howard Ro · 6 years ago
  23. 9440e09 Fix incorrect field ID for is_active in stats_log by Howard Ro · 6 years ago
  24. dbe5c50 trim ValueMetric dimension key by Chenjie Yu · 6 years ago
  25. eb12479 Merge "Always report the metric id even if the metric has no data to upload." by TreeHugger Robot · 6 years ago
  26. b472291 Always report the metric id even if the metric has no data to upload. by Yang Lu · 6 years ago
  27. f275f61 optional default base for ValueMetric by Chenjie Yu · 6 years ago
  28. 054ce9c filter pulled events for ValueMetric by Chenjie Yu · 6 years ago
  29. 32717c3 multi-value aggregation in ValueMetric by Chenjie Yu · 6 years ago
  30. c715b9e ValueMetric overhaul by Chenjie Yu · 6 years ago
  31. ff71cad Statsd can dump data as proto to bugreport by Bookatz · 6 years ago
  32. 8858897 allow statsd pull based on event trigger by Chenjie Yu · 6 years ago
  33. 4c3b325 Merge "make proto change backwards compatible" by TreeHugger Robot · 6 years ago
  34. e1361ed Adjust 1st bucket start time by Chenjie Yu · 6 years ago
  35. c3f0077 make proto change backwards compatible by Chenjie Yu · 6 years ago
  36. a0f0224 ValueMetric supports multiple aggregation types by Chenjie Yu · 6 years ago
  37. 5bfffb5 Clean up TODOs in statsd by Yao Chen · 6 years ago
  38. e221920 StatsPullerManager not use singleton by Chenjie Yu · 6 years ago
  39. 021e253 ValueMetric pushed events should check condition by Chenjie Yu · 6 years ago
  40. 4723464 Configurable data error action in value metric by Chenjie Yu · 6 years ago
  41. 613a7e2 Should not use the absolute value when the value does not change. by Yangster · 6 years ago
  42. b85e561 Merge "Reduce statsd log data size." into pi-dev by android-build-team Robot · 6 years ago
  43. 9def8e3 Reduce statsd log data size. by Yangster-mac · 6 years ago
  44. a802d73 Clear the past buckets for no-report metrics by Yangster-mac · 6 years ago
  45. 81245fd Adds option to drop small buckets for statsd. by David Chen · 6 years ago
  46. 15f6bbc Flush the bucket when creating the metric producer. by Yangster-mac · 6 years ago
  47. ae63b0a Drop value if the bucket is totally tainted by Chenjie Yu · 6 years ago
  48. e68f3a5 Flush the partial bucket when startd shuts down or config updated. by Yangster-mac · 6 years ago
  49. b142cc8 Statsd config TTL by Yangster-mac · 6 years ago
  50. 6d370f4 Add unit test ValueMetricProducer on boundary by Chenjie Yu · 6 years ago
  51. 1a0a941 Fix StatsCompanionService pull on bucket ends by Chenjie Yu · 6 years ago
  52. d9afdee Merge "Support sliced condition change in GaugeMetric" into pi-dev by TreeHugger Robot · 6 years ago
  53. 427d372 Support sliced condition change in GaugeMetric by Yao Chen · 6 years ago
  54. c587505 Up the dimension key limit for CpuTimePerUidFreq by Chenjie Yu · 6 years ago
  55. aaadf666 Merge "Statsd: Remove storage of bucketNum" into pi-dev by TreeHugger Robot · 6 years ago
  56. a78d008 Dump the stats for count/gauge/value metrics. by Yangster-mac · 6 years ago
  57. 3f5ab3f Statsd: Remove storage of bucketNum by Bookatz · 6 years ago
  58. 13fb7e4 Statsd cpu optimizaton by Yangster · 6 years ago
  59. 5ee0787 Use uint64_t instead of long long as API type for consistent reason. by Yi Jin · 6 years ago
  60. 06dba5d Add API to let metrics directly drop data without writing to an output. by Yao Chen · 7 years ago
  61. db15052 Merge "Add a guardrail to limit minimum bucket duration to be 5 minutes except when configured through adb command" by Howard Ro · 6 years ago
  62. 330af58 Use elapsed realtime instead of times based on wall clock, which can jump around and go backwards. by Yangster-mac · 6 years ago
  63. 59cc24d Add a guardrail to limit minimum bucket duration to be 5 minutes except by yro · 6 years ago
  64. 8a8d16c Statsd CPU optimization. by Yao Chen · 6 years ago
  65. 1604957 Modifies statsd output for start and end times. by David Chen · 6 years ago
  66. 27785a8 Partial buckets on app upgrade and fix duration. by David Chen · 7 years ago
  67. 9369446 Support dimension in condition in metric producers. by Yangster-mac · 7 years ago
  68. 635b4b3 Do not output empty metric reports. by Yangster-mac · 7 years ago
  69. 0ed268b similar to the samplers in batterystats, when we do diff, by Chenjie Yu · 7 years ago
  70. 468ff04 Proto change for dimension from condition. by Yangster-mac · 7 years ago
  71. b814481 Use TimeUnit enum to specify the bucket size. by Yangster-mac · 7 years ago
  72. a7fb12d 1/ Use FieldMatcher to specify the value fields in value metric. by Yangster-mac · 7 years ago
  73. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 7 years ago
  74. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  75. d5aa01b3 Remove the hacky HashableDimensionKey. by Yao Chen · 7 years ago
  76. e6abcbe Merge "Turn off verbose logging, remove the fake config." by TreeHugger Robot · 7 years ago
  77. 3c0b95c Turn off verbose logging, remove the fake config. by Yao Chen · 7 years ago
  78. de1b5562 Statsd value metric anomaly detection by Bookatz · 7 years ago
  79. f09569f Further reduce statsd memory usage. by Yao Chen · 7 years ago
  80. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 7 years ago
  81. 2794da2 Remove dead code in statsd by Yao Chen · 7 years ago
  82. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 7 years ago
  83. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  84. 6a8c799 Revert "Thread-safe metric producers." by Yao Chen · 7 years ago
  85. 8de6939 Thread-safe metric producers. by Yangster · 7 years ago
  86. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  87. 7c334a1 Make member function as const whenever possible. by Yangster · 7 years ago
  88. 1ff4f43 Statsd test app. by Yao Chen · 7 years ago
  89. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  90. d1815dc Sync statsd to the public proto changes: by Yangster-mac · 7 years ago
  91. 6736c89 Unit tests for ValueMetricProducer by Chenjie Yu · 7 years ago
  92. 7f8def9 pull cpu time per freq also adjust lock for ValueMetricProducer.cpp by Chenjie Yu · 7 years ago
  93. b0378b0 1. Add FIELD_COUNT_REPEATED bit masks to repeated fields that were previously missing by yro · 7 years ago
  94. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 7 years ago
  95. 2b0f886 Migrate all remaining MetricProducers to use ProtoOutputStream by yro · 7 years ago
  96. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  97. 5305e1d pull resource power manager stats into statsd by Chenjie Yu · 7 years ago
  98. b3dda41 reretry ValueMetric implementation and pulling mechanism by Chenjie Yu · 7 years ago