1. 613a7e2 Should not use the absolute value when the value does not change. by Yangster · 6 years ago
  2. b85e561 Merge "Reduce statsd log data size." into pi-dev by android-build-team Robot · 6 years ago
  3. 9def8e3 Reduce statsd log data size. by Yangster-mac · 6 years ago
  4. a802d73 Clear the past buckets for no-report metrics by Yangster-mac · 6 years ago
  5. 81245fd Adds option to drop small buckets for statsd. by David Chen · 6 years ago
  6. 15f6bbc Flush the bucket when creating the metric producer. by Yangster-mac · 6 years ago
  7. ae63b0a Drop value if the bucket is totally tainted by Chenjie Yu · 6 years ago
  8. e68f3a5 Flush the partial bucket when startd shuts down or config updated. by Yangster-mac · 6 years ago
  9. b142cc8 Statsd config TTL by Yangster-mac · 6 years ago
  10. 6d370f4 Add unit test ValueMetricProducer on boundary by Chenjie Yu · 6 years ago
  11. 1a0a941 Fix StatsCompanionService pull on bucket ends by Chenjie Yu · 6 years ago
  12. d9afdee Merge "Support sliced condition change in GaugeMetric" into pi-dev by TreeHugger Robot · 6 years ago
  13. 427d372 Support sliced condition change in GaugeMetric by Yao Chen · 6 years ago
  14. c587505 Up the dimension key limit for CpuTimePerUidFreq by Chenjie Yu · 7 years ago
  15. aaadf666 Merge "Statsd: Remove storage of bucketNum" into pi-dev by TreeHugger Robot · 7 years ago
  16. a78d008 Dump the stats for count/gauge/value metrics. by Yangster-mac · 7 years ago
  17. 3f5ab3f Statsd: Remove storage of bucketNum by Bookatz · 7 years ago
  18. 13fb7e4 Statsd cpu optimizaton by Yangster · 7 years ago
  19. 5ee0787 Use uint64_t instead of long long as API type for consistent reason. by Yi Jin · 7 years ago
  20. 06dba5d Add API to let metrics directly drop data without writing to an output. by Yao Chen · 7 years ago
  21. 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
  22. 330af58 Use elapsed realtime instead of times based on wall clock, which can jump around and go backwards. by Yangster-mac · 7 years ago
  23. 59cc24d Add a guardrail to limit minimum bucket duration to be 5 minutes except by yro · 7 years ago
  24. 8a8d16c Statsd CPU optimization. by Yao Chen · 7 years ago
  25. 1604957 Modifies statsd output for start and end times. by David Chen · 7 years ago
  26. 27785a8 Partial buckets on app upgrade and fix duration. by David Chen · 7 years ago
  27. 9369446 Support dimension in condition in metric producers. by Yangster-mac · 7 years ago
  28. 635b4b3 Do not output empty metric reports. by Yangster-mac · 7 years ago
  29. 0ed268b similar to the samplers in batterystats, when we do diff, by Chenjie Yu · 7 years ago
  30. 468ff04 Proto change for dimension from condition. by Yangster-mac · 7 years ago
  31. b814481 Use TimeUnit enum to specify the bucket size. by Yangster-mac · 7 years ago
  32. a7fb12d 1/ Use FieldMatcher to specify the value fields in value metric. by Yangster-mac · 7 years ago
  33. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 7 years ago
  34. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  35. d5aa01b3 Remove the hacky HashableDimensionKey. by Yao Chen · 7 years ago
  36. e6abcbe Merge "Turn off verbose logging, remove the fake config." by TreeHugger Robot · 7 years ago
  37. 3c0b95c Turn off verbose logging, remove the fake config. by Yao Chen · 7 years ago
  38. de1b5562 Statsd value metric anomaly detection by Bookatz · 7 years ago
  39. f09569f Further reduce statsd memory usage. by Yao Chen · 7 years ago
  40. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 7 years ago
  41. 2794da2 Remove dead code in statsd by Yao Chen · 7 years ago
  42. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 7 years ago
  43. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  44. 6a8c799 Revert "Thread-safe metric producers." by Yao Chen · 7 years ago
  45. 8de6939 Thread-safe metric producers. by Yangster · 7 years ago
  46. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  47. 7c334a1 Make member function as const whenever possible. by Yangster · 7 years ago
  48. 1ff4f43 Statsd test app. by Yao Chen · 7 years ago
  49. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  50. d1815dc Sync statsd to the public proto changes: by Yangster-mac · 7 years ago
  51. 6736c89 Unit tests for ValueMetricProducer by Chenjie Yu · 7 years ago
  52. 7f8def9 pull cpu time per freq also adjust lock for ValueMetricProducer.cpp by Chenjie Yu · 7 years ago
  53. b0378b0 1. Add FIELD_COUNT_REPEATED bit masks to repeated fields that were previously missing by yro · 7 years ago
  54. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 7 years ago
  55. 2b0f886 Migrate all remaining MetricProducers to use ProtoOutputStream by yro · 7 years ago
  56. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  57. 5305e1d pull resource power manager stats into statsd by Chenjie Yu · 7 years ago
  58. b3dda41 reretry ValueMetric implementation and pulling mechanism by Chenjie Yu · 7 years ago