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. a9a310e metric activation on boot by Chenjie Yu · 5 years ago
  4. c7939cb Persist active metrics to disk and read back by Chenjie Yu · 5 years ago
  5. b472291 Always report the metric id even if the metric has no data to upload. by Yang Lu · 6 years ago
  6. ff71cad Statsd can dump data as proto to bugreport by Bookatz · 6 years ago
  7. 849dfdc2 metric activation and TTL. by Yangster-mac · 6 years ago
  8. b85e561 Merge "Reduce statsd log data size." into pi-dev by android-build-team Robot · 6 years ago
  9. 9def8e3 Reduce statsd log data size. by Yangster-mac · 6 years ago
  10. a802d73 Clear the past buckets for no-report metrics by Yangster-mac · 6 years ago
  11. 15f6bbc Flush the bucket when creating the metric producer. by Yangster-mac · 6 years ago
  12. e68f3a5 Flush the partial bucket when startd shuts down or config updated. by Yangster-mac · 6 years ago
  13. bd12527 Fix uid map to be simpler and fix partial bucket. by David Chen · 6 years ago
  14. b142cc8 Statsd config TTL by Yangster-mac · 6 years ago
  15. d9afdee Merge "Support sliced condition change in GaugeMetric" into pi-dev by TreeHugger Robot · 6 years ago
  16. 427d372 Support sliced condition change in GaugeMetric by Yao Chen · 6 years ago
  17. be10ddf Flush the past buckets in anomaly tracker when time jumps forward by Yangster-mac · 6 years ago
  18. 13fb7e4 Statsd cpu optimizaton by Yangster · 6 years ago
  19. 06dba5d Add API to let metrics directly drop data without writing to an output. by Yao Chen · 6 years ago
  20. 5392888 Duration tracker optimization. by Yangster-mac · 6 years ago
  21. 932ecec Alarm: wakes up statsd and notifies the subscribers. by Yangster-mac · 6 years ago
  22. f31667f Merge "Statsd guardrail for Alerts" by TreeHugger Robot · 6 years ago
  23. 1476ef2 Statsd guardrail for Alerts by Bookatz · 6 years ago
  24. 59cc24d Add a guardrail to limit minimum bucket duration to be 5 minutes except by yro · 6 years ago
  25. 8a8d16c Statsd CPU optimization. by Yao 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. 884c8c1 Add more statsd's debugging info to dumpsys. by Yao Chen · 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. 857aaa5 Splits AnomalyTracker into two files by Bookatz · 7 years ago
  32. d5aa01b3 Remove the hacky HashableDimensionKey. by Yao Chen · 7 years ago
  33. d10f7b1 Add log source filtering in statsd to filter out spams. by Yao Chen · 7 years ago
  34. f09569f Further reduce statsd memory usage. by Yao Chen · 7 years ago
  35. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 7 years ago
  36. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 7 years ago
  37. c51ec67 Merge changes Ib254db7e,I4aa0539a by TreeHugger Robot · 7 years ago
  38. 8f2f3d8 Anomaly Alert declarations in StatsdStats by Bookatz · 7 years ago
  39. a5b5191 Rename EventConditionLink as MetricConditionLink in statsd_config.proto. by Stefan Lafon · 7 years ago
  40. 450099d AnomalyDetection invalidity depends on MetricProd by Bookatz · 7 years ago
  41. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  42. 6a8c799 Revert "Thread-safe metric producers." by Yao Chen · 7 years ago
  43. 8de6939 Thread-safe metric producers. by Yangster · 7 years ago
  44. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  45. 7c334a1 Make member function as const whenever possible. by Yangster · 7 years ago
  46. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  47. 1d7b0cd Support StatsD sending broadcasts. by David Chen · 7 years ago
  48. 78c059f Merge "Finish migrating to use ProtoOutputStream. This change will take the outputs of each MetricProducer's and merge the results into ConfigMetricsReport which holds ConfigKey, repeated field of StatsLogReport, and UidMap. The data will be represented as vector<uint8_t> which can be passed down to binder call for clients to pick up. Also, all unnecessary dependencies to stats_log proto have been removed." by Howard Ro · 7 years ago
  49. 3eba621 Update CountAnomalyTracker to handle slicing. by Yang Lu · 7 years ago
  50. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 7 years ago
  51. 2b0f886 Migrate all remaining MetricProducers to use ProtoOutputStream by yro · 7 years ago
  52. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  53. b3dda41 reretry ValueMetric implementation and pulling mechanism by Chenjie Yu · 7 years ago
  54. 5154a37 Adding multi layer aggregation in DurationMetric by Yao Chen · 7 years ago
  55. 69007c8 Implement a logic to rate limitted flush statsd with by checking the by yro · 7 years ago
  56. b704177 Refactor MetricProducer so that a big chunk of boiler plate code can be removed. by Yao Chen · 7 years ago
  57. 729093d Add support for dimension, and link with condition and added DurationMetric by Yao Chen · 7 years ago
  58. c4dfae5 Introduce a new wrapper for log_msg -- LogEvent by Joe Onorato · 7 years ago
  59. 9fc9edf Clean up how we handle configurations, and other assorted cleanup by Joe Onorato · 7 years ago
  60. f12b5c6 Removes redundant RefBase inheritance. by David Chen · 7 years ago
  61. de70169 UID mapping to provide app name and version. by David Chen · 7 years ago
  62. caf339d More complete implementation for condition and log matchers in statsd. by Yao Chen · 7 years ago
  63. 44cf27c Add metric computation skeleton to statsd. by Yao Chen · 7 years ago