1. 6c75ecd Introduces an option to set a dump latency requirement. by Olivier Gaillard · 5 years ago
  2. e63d9e0 Tracks unknown condition states. by Olivier Gaillard · 5 years ago
  3. 320952b Track the number of buckets dropped. by Olivier Gaillard · 5 years ago
  4. 07e23ff Fix is_active that is logged as int64 to bool by Howard Ro · 6 years ago
  5. 9440e09 Fix incorrect field ID for is_active in stats_log by Howard Ro · 6 years ago
  6. b472291 Always report the metric id even if the metric has no data to upload. by Yang Lu · 6 years ago
  7. ff71cad Statsd can dump data as proto to bugreport by Bookatz · 6 years ago
  8. fe2dde8 statsd events/gauge: remove WallClockTime by Bookatz · 6 years ago
  9. b85e561 Merge "Reduce statsd log data size." into pi-dev by android-build-team Robot · 6 years ago
  10. 9def8e3 Reduce statsd log data size. by Yangster-mac · 6 years ago
  11. a802d73 Clear the past buckets for no-report metrics by Yangster-mac · 6 years ago
  12. 15f6bbc Flush the bucket when creating the metric producer. by Yangster-mac · 6 years ago
  13. e68f3a5 Flush the partial bucket when startd shuts down or config updated. by Yangster-mac · 6 years ago
  14. b142cc8 Statsd config TTL by Yangster-mac · 6 years ago
  15. 427d372 Support sliced condition change in GaugeMetric by Yao Chen · 6 years ago
  16. c40a19d Add uid field annotation in atoms.proto and statd memory usage optimization. by Yao Chen · 6 years ago
  17. 5ee0787 Use uint64_t instead of long long as API type for consistent reason. by Yi Jin · 6 years ago
  18. 06dba5d Add API to let metrics directly drop data without writing to an output. by Yao Chen · 6 years ago
  19. e1faa03 Fix the bug of timestamp encoding in event metric report. by Yangster · 6 years ago
  20. d5c3562 Timestamp Truncating whitelist. by Yangster-mac · 6 years ago
  21. 330af58 Use elapsed realtime instead of times based on wall clock, which can jump around and go backwards. by Yangster-mac · 6 years ago
  22. e8cf611 Merge "Statsd CPU optimization." by TreeHugger Robot · 6 years ago
  23. 8a8d16c Statsd CPU optimization. by Yao Chen · 6 years ago
  24. 7f9e63b Add clear method to ProtoOutputStream so it is reusable by just by Yi Jin · 6 years ago
  25. 1604957 Modifies statsd output for start and end times. by David Chen · 6 years ago
  26. 27785a8 Partial buckets on app upgrade and fix duration. by David Chen · 6 years ago
  27. 9369446 Support dimension in condition in metric producers. by Yangster-mac · 6 years ago
  28. 635b4b3 Do not output empty metric reports. by Yangster-mac · 6 years ago
  29. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 7 years ago
  30. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  31. 3c0b95c Turn off verbose logging, remove the fake config. by Yao Chen · 7 years ago
  32. f09569f Further reduce statsd memory usage. by Yao Chen · 7 years ago
  33. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 7 years ago
  34. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 7 years ago
  35. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  36. 6a8c799 Revert "Thread-safe metric producers." by Yao Chen · 7 years ago
  37. 8de6939 Thread-safe metric producers. by Yangster · 7 years ago
  38. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  39. 7c334a1 Make member function as const whenever possible. by Yangster · 7 years ago
  40. 75f0a4d Use ProtoOutputStream's bytesWritten to properly estimate the size of by yro · 7 years ago
  41. 1d7b0cd Support StatsD sending broadcasts. by David Chen · 7 years ago
  42. ae2df01 Rename "stats_events" as "atom". by Stefan Lafon · 7 years ago
  43. d1815dc Sync statsd to the public proto changes: by Yangster-mac · 7 years ago
  44. b0378b0 1. Add FIELD_COUNT_REPEATED bit masks to repeated fields that were previously missing by yro · 7 years ago
  45. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 7 years ago
  46. 2b0f886 Migrate all remaining MetricProducers to use ProtoOutputStream by yro · 7 years ago
  47. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  48. 24809bd 1. Enable FIELD_TYPE IDs defined in ProtoOutputStream by yro · 7 years ago
  49. b3dda41 reretry ValueMetric implementation and pulling mechanism by Chenjie Yu · 7 years ago
  50. 5154a37 Adding multi layer aggregation in DurationMetric by Yao Chen · 7 years ago
  51. 69007c8 Implement a logic to rate limitted flush statsd with by checking the by yro · 7 years ago
  52. 5110bed Add EventMetricProducer by Yao Chen · 7 years ago