1. ff71cad Statsd can dump data as proto to bugreport by Bookatz · 6 years ago
  2. 32f07af Match pulled events in gauge metric. by Yangster-mac · 6 years ago
  3. 07d7baf Merge "statsd events/gauge: remove WallClockTime" by TreeHugger Robot · 6 years ago
  4. fe2dde8 statsd events/gauge: remove WallClockTime by Bookatz · 6 years ago
  5. 4c31f67 Remove dimension fields in GaugeMetric output by Chenjie Yu · 6 years ago
  6. 8858897 allow statsd pull based on event trigger by Chenjie Yu · 6 years ago
  7. e1361ed Adjust 1st bucket start time by Chenjie Yu · 6 years ago
  8. 5bfffb5 Clean up TODOs in statsd by Yao Chen · 6 years ago
  9. e221920 StatsPullerManager not use singleton by Chenjie Yu · 6 years ago
  10. 50b0c9a Guardrail the max gauge atoms per dimension in one bucket. by Yangster-mac · 6 years ago
  11. 3b59291 Merge "Fix the gauge metric data size estimation." into pi-dev by TreeHugger Robot · 6 years ago
  12. b2532da Fix the gauge metric data size estimation. by Yangster-mac · 6 years ago
  13. ec3c7a3 Add a sampling method to pull gauge when condition changes to true. by Yangster · 6 years ago
  14. b85e561 Merge "Reduce statsd log data size." into pi-dev by android-build-team Robot · 6 years ago
  15. 9def8e3 Reduce statsd log data size. by Yangster-mac · 6 years ago
  16. a802d73 Clear the past buckets for no-report metrics by Yangster-mac · 6 years ago
  17. 81245fd Adds option to drop small buckets for statsd. by David Chen · 6 years ago
  18. 15f6bbc Flush the bucket when creating the metric producer. by Yangster-mac · 6 years ago
  19. e68f3a5 Flush the partial bucket when startd shuts down or config updated. by Yangster-mac · 6 years ago
  20. b142cc8 Statsd config TTL by Yangster-mac · 6 years ago
  21. 1a0a941 Fix StatsCompanionService pull on bucket ends by Chenjie Yu · 6 years ago
  22. d9afdee Merge "Support sliced condition change in GaugeMetric" into pi-dev by TreeHugger Robot · 6 years ago
  23. 427d372 Support sliced condition change in GaugeMetric by Yao Chen · 6 years ago
  24. c587505 Up the dimension key limit for CpuTimePerUidFreq by Chenjie Yu · 7 years ago
  25. c40a19d Add uid field annotation in atoms.proto and statd memory usage optimization. by Yao Chen · 6 years ago
  26. c7ce1a0 Merge "Add wall clock timestamp for ConfigMetricsReport and gauge atoms." into pi-dev by TreeHugger Robot · 7 years ago
  27. aaadf666 Merge "Statsd: Remove storage of bucketNum" into pi-dev by TreeHugger Robot · 7 years ago
  28. a78d008 Dump the stats for count/gauge/value metrics. by Yangster-mac · 7 years ago
  29. 3f5ab3f Statsd: Remove storage of bucketNum by Bookatz · 7 years ago
  30. 3fa5d7f Add wall clock timestamp for ConfigMetricsReport and gauge atoms. by Yangster-mac · 7 years ago
  31. 13fb7e4 Statsd cpu optimizaton by Yangster · 7 years ago
  32. 5ee0787 Use uint64_t instead of long long as API type for consistent reason. by Yi Jin · 7 years ago
  33. 06dba5d Add API to let metrics directly drop data without writing to an output. by Yao Chen · 7 years ago
  34. d5c3562 Timestamp Truncating whitelist. by Yangster-mac · 7 years ago
  35. db15052 Merge "Add a guardrail to limit minimum bucket duration to be 5 minutes except when configured through adb command" by Howard Ro · 7 years ago
  36. 6189807 Merge "Remove unused variables in statsd, and make more warnings show." by TreeHugger Robot · 7 years ago
  37. 330af58 Use elapsed realtime instead of times based on wall clock, which can jump around and go backwards. by Yangster-mac · 7 years ago
  38. 59cc24d Add a guardrail to limit minimum bucket duration to be 5 minutes except by yro · 7 years ago
  39. 4c959cb Remove unused variables in statsd, and make more warnings show. by Yao Chen · 7 years ago
  40. 8a8d16c Statsd CPU optimization. by Yao Chen · 7 years ago
  41. 1604957 Modifies statsd output for start and end times. by David Chen · 7 years ago
  42. 27785a8 Partial buckets on app upgrade and fix duration. by David Chen · 7 years ago
  43. 9369446 Support dimension in condition in metric producers. by Yangster-mac · 7 years ago
  44. 34ea110 Extend gauge metric to support memory metric. by Yangster-mac · 7 years ago
  45. 635b4b3 Do not output empty metric reports. by Yangster-mac · 7 years ago
  46. 468ff04 Proto change for dimension from condition. by Yangster-mac · 7 years ago
  47. 87718e2 Gauge metric e2e test by Yangster-mac · 7 years ago
  48. fa14c11 Avoid overwriting bucket in Gauge metric producer as anomaly tracker needs past buckets. by Yangster-mac · 7 years ago
  49. a070b6a Bug fix: gauge metric producer does not need the atom id parameter. by Yangster-mac · 7 years ago
  50. b814481 Use TimeUnit enum to specify the bucket size. by Yangster-mac · 7 years ago
  51. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 7 years ago
  52. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  53. d5aa01b3 Remove the hacky HashableDimensionKey. by Yao Chen · 7 years ago
  54. e6abcbe Merge "Turn off verbose logging, remove the fake config." by TreeHugger Robot · 7 years ago
  55. d9dfda7 add feature: GaugeMetricProducer now takes repeated list of fields by Chenjie Yu · 7 years ago
  56. 3c0b95c Turn off verbose logging, remove the fake config. 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. 5c5eebc Fix a deadlock in statsd. by Yao Chen · 7 years ago
  61. 971c8ca Merge "bug fixes * add timestamp to those pull from StatsCompanionService * GaugeMetricProducer unregister from StatsPullerManager when dismissed" by TreeHugger Robot · 7 years ago
  62. 032fefc bug fixes by Chenjie Yu · 7 years ago
  63. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  64. 6a8c799 Revert "Thread-safe metric producers." by Yao Chen · 7 years ago
  65. 8de6939 Thread-safe metric producers. by Yangster · 7 years ago
  66. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  67. 7c334a1 Make member function as const whenever possible. by Yangster · 7 years ago
  68. 1ff4f43 Statsd test app. by Yao Chen · 7 years ago
  69. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  70. d1815dc Sync statsd to the public proto changes: by Yangster-mac · 7 years ago
  71. b0378b0 1. Add FIELD_COUNT_REPEATED bit masks to repeated fields that were previously missing by yro · 7 years ago
  72. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 7 years ago
  73. 2b0f886 Migrate all remaining MetricProducers to use ProtoOutputStream by yro · 7 years ago
  74. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  75. 1d4d686 Gauge metric producer. by Yangster · 7 years ago