1. 81245fd Adds option to drop small buckets for statsd. by David Chen · 6 years ago
  2. 15f6bbc Flush the bucket when creating the metric producer. by Yangster-mac · 6 years ago
  3. e68f3a5 Flush the partial bucket when startd shuts down or config updated. by Yangster-mac · 6 years ago
  4. b142cc8 Statsd config TTL by Yangster-mac · 6 years ago
  5. 1a0a941 Fix StatsCompanionService pull on bucket ends by Chenjie Yu · 6 years ago
  6. d9afdee Merge "Support sliced condition change in GaugeMetric" into pi-dev by TreeHugger Robot · 6 years ago
  7. 427d372 Support sliced condition change in GaugeMetric by Yao Chen · 6 years ago
  8. c587505 Up the dimension key limit for CpuTimePerUidFreq by Chenjie Yu · 6 years ago
  9. c40a19d Add uid field annotation in atoms.proto and statd memory usage optimization. by Yao Chen · 6 years ago
  10. c7ce1a0 Merge "Add wall clock timestamp for ConfigMetricsReport and gauge atoms." into pi-dev by TreeHugger Robot · 6 years ago
  11. aaadf666 Merge "Statsd: Remove storage of bucketNum" into pi-dev by TreeHugger Robot · 6 years ago
  12. a78d008 Dump the stats for count/gauge/value metrics. by Yangster-mac · 6 years ago
  13. 3f5ab3f Statsd: Remove storage of bucketNum by Bookatz · 6 years ago
  14. 3fa5d7f Add wall clock timestamp for ConfigMetricsReport and gauge atoms. by Yangster-mac · 6 years ago
  15. 13fb7e4 Statsd cpu optimizaton by Yangster · 6 years ago
  16. 5ee0787 Use uint64_t instead of long long as API type for consistent reason. by Yi Jin · 6 years ago
  17. 06dba5d Add API to let metrics directly drop data without writing to an output. by Yao Chen · 7 years ago
  18. d5c3562 Timestamp Truncating whitelist. by Yangster-mac · 7 years ago
  19. 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
  20. 6189807 Merge "Remove unused variables in statsd, and make more warnings show." by TreeHugger Robot · 7 years ago
  21. 330af58 Use elapsed realtime instead of times based on wall clock, which can jump around and go backwards. by Yangster-mac · 7 years ago
  22. 59cc24d Add a guardrail to limit minimum bucket duration to be 5 minutes except by yro · 7 years ago
  23. 4c959cb Remove unused variables in statsd, and make more warnings show. by Yao Chen · 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. 34ea110 Extend gauge metric to support memory metric. by Yangster-mac · 7 years ago
  29. 635b4b3 Do not output empty metric reports. by Yangster-mac · 7 years ago
  30. 468ff04 Proto change for dimension from condition. by Yangster-mac · 7 years ago
  31. 87718e2 Gauge metric e2e test by Yangster-mac · 7 years ago
  32. fa14c11 Avoid overwriting bucket in Gauge metric producer as anomaly tracker needs past buckets. by Yangster-mac · 7 years ago
  33. a070b6a Bug fix: gauge metric producer does not need the atom id parameter. by Yangster-mac · 7 years ago
  34. b814481 Use TimeUnit enum to specify the bucket size. by Yangster-mac · 7 years ago
  35. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 7 years ago
  36. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  37. d5aa01b3 Remove the hacky HashableDimensionKey. by Yao Chen · 7 years ago
  38. e6abcbe Merge "Turn off verbose logging, remove the fake config." by TreeHugger Robot · 7 years ago
  39. d9dfda7 add feature: GaugeMetricProducer now takes repeated list of fields by Chenjie Yu · 7 years ago
  40. 3c0b95c Turn off verbose logging, remove the fake config. by Yao Chen · 7 years ago
  41. f09569f Further reduce statsd memory usage. by Yao Chen · 7 years ago
  42. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 7 years ago
  43. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 7 years ago
  44. 5c5eebc Fix a deadlock in statsd. by Yao Chen · 7 years ago
  45. 971c8ca Merge "bug fixes * add timestamp to those pull from StatsCompanionService * GaugeMetricProducer unregister from StatsPullerManager when dismissed" by TreeHugger Robot · 7 years ago
  46. 032fefc bug fixes by Chenjie Yu · 7 years ago
  47. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  48. 6a8c799 Revert "Thread-safe metric producers." by Yao Chen · 7 years ago
  49. 8de6939 Thread-safe metric producers. by Yangster · 7 years ago
  50. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  51. 7c334a1 Make member function as const whenever possible. by Yangster · 7 years ago
  52. 1ff4f43 Statsd test app. by Yao Chen · 7 years ago
  53. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  54. d1815dc Sync statsd to the public proto changes: by Yangster-mac · 7 years ago
  55. b0378b0 1. Add FIELD_COUNT_REPEATED bit masks to repeated fields that were previously missing by yro · 7 years ago
  56. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 7 years ago
  57. 2b0f886 Migrate all remaining MetricProducers to use ProtoOutputStream by yro · 7 years ago
  58. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  59. 1d4d686 Gauge metric producer. by Yangster · 7 years ago