1. c876b49 Slice by state in ValueMetricProducer by tsaichristine · 4 years, 9 months ago
  2. 8d73dc9 Pass in event time when notifying listeners of a state change by tsaichristine · 4 years, 9 months ago
  3. 69000e6 Slice by state in CountMetricProducer by tsaichristine · 4 years, 10 months ago
  4. d21aacf Take 2: Integrate StateTracker into statsd by tsaichristine · 4 years, 11 months ago
  5. 0abc501 Merge "Refactor MetricActivation initialization" by Ruchir Rastogi · 4 years, 11 months ago
  6. 21a287b Refactor MetricActivation initialization by Ruchir Rastogi · 4 years, 11 months ago
  7. cde53a4 Merge "log guardrail limit hit for Duration, Count and Gauge metrics" by TreeHugger Robot · 4 years, 11 months ago
  8. 7685337 Remove dimensions_in_condition from statsd metrics by tsaichristine · 5 years ago
  9. 902529a Fix app upgrade related tests by Muhammad Qureshi · 5 years ago
  10. 87348a6 log guardrail limit hit for Duration, Count and Gauge metrics by Muhammad Qureshi · 6 years ago
  11. f248c0d Tracks the total number of buckets. by Olivier Gaillard · 6 years ago
  12. 6c75ecd Introduces an option to set a dump latency requirement. by Olivier Gaillard · 6 years ago
  13. 826e270 Merge "Add more alert details to incidentd header." by TreeHugger Robot · 6 years ago
  14. 4ce0729 Add more alert details to incidentd header. by Yao Chen · 6 years ago
  15. e63d9e0 Tracks unknown condition states. by Olivier Gaillard · 6 years ago
  16. 320952b Track the number of buckets dropped. by Olivier Gaillard · 6 years ago
  17. 07e23ff Fix is_active that is logged as int64 to bool by Howard Ro · 6 years ago
  18. 9440e09 Fix incorrect field ID for is_active in stats_log by Howard Ro · 6 years ago
  19. b472291 Always report the metric id even if the metric has no data to upload. by Yang Lu · 6 years ago
  20. ff71cad Statsd can dump data as proto to bugreport by Bookatz · 6 years ago
  21. e1361ed Adjust 1st bucket start time by Chenjie Yu · 6 years ago
  22. 5bfffb5 Clean up TODOs in statsd by Yao Chen · 6 years ago
  23. b85e561 Merge "Reduce statsd log data size." into pi-dev by android-build-team Robot · 6 years ago
  24. 9def8e3 Reduce statsd log data size. by Yangster-mac · 6 years ago
  25. a802d73 Clear the past buckets for no-report metrics by Yangster-mac · 6 years ago
  26. 15f6bbc Flush the bucket when creating the metric producer. by Yangster-mac · 6 years ago
  27. e68f3a5 Flush the partial bucket when startd shuts down or config updated. by Yangster-mac · 6 years ago
  28. b142cc8 Statsd config TTL by Yangster-mac · 6 years ago
  29. 427d372 Support sliced condition change in GaugeMetric by Yao Chen · 6 years ago
  30. aaadf666 Merge "Statsd: Remove storage of bucketNum" into pi-dev by TreeHugger Robot · 6 years ago
  31. a78d008 Dump the stats for count/gauge/value metrics. by Yangster-mac · 6 years ago
  32. 3f5ab3f Statsd: Remove storage of bucketNum by Bookatz · 6 years ago
  33. 13fb7e4 Statsd cpu optimizaton by Yangster · 6 years ago
  34. 5ee0787 Use uint64_t instead of long long as API type for consistent reason. by Yi Jin · 6 years ago
  35. 06dba5d Add API to let metrics directly drop data without writing to an output. by Yao Chen · 7 years ago
  36. 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
  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. 8a8d16c Statsd CPU optimization. by Yao Chen · 7 years ago
  40. 1604957 Modifies statsd output for start and end times. by David Chen · 7 years ago
  41. 27785a8 Partial buckets on app upgrade and fix duration. by David Chen · 7 years ago
  42. 9369446 Support dimension in condition in metric producers. by Yangster-mac · 7 years ago
  43. 635b4b3 Do not output empty metric reports. by Yangster-mac · 7 years ago
  44. 468ff04 Proto change for dimension from condition. by Yangster-mac · 7 years ago
  45. b814481 Use TimeUnit enum to specify the bucket size. by Yangster-mac · 7 years ago
  46. 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 7 years ago
  47. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  48. d5aa01b3 Remove the hacky HashableDimensionKey. by Yao Chen · 7 years ago
  49. 3c0b95c Turn off verbose logging, remove the fake config. by Yao Chen · 7 years ago
  50. f09569f Further reduce statsd memory usage. by Yao Chen · 7 years ago
  51. a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 7 years ago
  52. 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 7 years ago
  53. f2bee6f 1/ Only expose thread-safe interfaces in metric producer. by Yangster · 7 years ago
  54. 12ccf86 Merge "Revert "Thread-safe metric producers."" by TreeHugger Robot · 7 years ago
  55. 6a8c799 Revert "Thread-safe metric producers." by Yao Chen · 7 years ago
  56. 72ca875 Merge "Thread-safe metric producers." by TreeHugger Robot · 7 years ago
  57. cc5adef Statsd anomaly detection - fixes by Bookatz · 7 years ago
  58. 8de6939 Thread-safe metric producers. by Yangster · 7 years ago
  59. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  60. 7c334a1 Make member function as const whenever possible. by Yangster · 7 years ago
  61. 1ff4f43 Statsd test app. by Yao Chen · 7 years ago
  62. e2cd6d5 1/ Duration anomaly tracker with alarm. by Yangster-mac · 7 years ago
  63. d1815dc Sync statsd to the public proto changes: by Yangster-mac · 7 years ago
  64. b0378b0 1. Add FIELD_COUNT_REPEATED bit masks to repeated fields that were previously missing by yro · 7 years ago
  65. 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
  66. 3eba621 Update CountAnomalyTracker to handle slicing. by Yang Lu · 7 years ago
  67. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 7 years ago
  68. 2b0f886 Migrate all remaining MetricProducers to use ProtoOutputStream by yro · 7 years ago
  69. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 7 years ago
  70. 8a0595f Fix the nullptr bug after move operation. by Yangster · 7 years ago
  71. 24809bd 1. Enable FIELD_TYPE IDs defined in ProtoOutputStream by yro · 7 years ago
  72. b3dda41 reretry ValueMetric implementation and pulling mechanism by Chenjie Yu · 7 years ago
  73. 5154a37 Adding multi layer aggregation in DurationMetric by Yao Chen · 7 years ago
  74. 69007c8 Implement a logic to rate limitted flush statsd with by checking the by yro · 7 years ago
  75. d3606c7 Anomaly detection for count reads from config by Bookatz · 7 years ago
  76. b704177 Refactor MetricProducer so that a big chunk of boiler plate code can be removed. by Yao Chen · 7 years ago
  77. 729093d Add support for dimension, and link with condition and added DurationMetric by Yao Chen · 7 years ago
  78. c4dfae5 Introduce a new wrapper for log_msg -- LogEvent by Joe Onorato · 7 years ago
  79. 9fc9edf Clean up how we handle configurations, and other assorted cleanup by Joe Onorato · 7 years ago
  80. caf339d More complete implementation for condition and log matchers in statsd. by Yao Chen · 7 years ago
  81. a4bc9c4 Statsd Anomaly tracking for CountMetricProducer by Bookatz · 7 years ago
  82. 44cf27c Add metric computation skeleton to statsd. by Yao Chen · 7 years ago