- a825c8ee5 Merge "Support slicing by chain." into pi-dev by TreeHugger Robot · 8 years ago
- e06cfd7 Support slicing by chain. by Yangster-mac · 8 years ago
- c7ce1a0 Merge "Add wall clock timestamp for ConfigMetricsReport and gauge atoms." into pi-dev by TreeHugger Robot · 8 years ago
- aaadf666 Merge "Statsd: Remove storage of bucketNum" into pi-dev by TreeHugger Robot · 8 years ago
- a78d008 Dump the stats for count/gauge/value metrics. by Yangster-mac · 8 years ago
- 3f5ab3f Statsd: Remove storage of bucketNum by Bookatz · 8 years ago
- 3fa5d7f Add wall clock timestamp for ConfigMetricsReport and gauge atoms. by Yangster-mac · 8 years ago
- 072a82a Merge "statsd AnomalyDetection improvements" into pi-dev by TreeHugger Robot · 8 years ago
- 423f753 statsd AnomalyDetection improvements by Bookatz · 8 years ago
- 13fb7e4 Statsd cpu optimizaton by Yangster · 8 years ago
- 5ee0787 Use uint64_t instead of long long as API type for consistent reason. by Yi Jin · 8 years ago
- 076eebf Merge "Add #alerts to StatsdStats printout" by TreeHugger Robot · 8 years ago
- b603fb0 Merge "Add API to let metrics directly drop data without writing to an output." by TreeHugger Robot · 8 years ago
- aea8d10b Add #alerts to StatsdStats printout by Bookatz · 8 years ago
- 06dba5d Add API to let metrics directly drop data without writing to an output. by Yao Chen · 8 years ago
- 580ea321 Add StateTracker. by Yao Chen · 8 years ago
- 5392888 Duration tracker optimization. by Yangster-mac · 8 years ago
- 03b91d7 Merge "Alarm: wakes up statsd and notifies the subscribers." by TreeHugger Robot · 8 years ago
- 932ecec Alarm: wakes up statsd and notifies the subscribers. by Yangster-mac · 8 years ago
- 77ef671 Updates jank metrics in statsd to include uid. by David Chen · 8 years ago
- e1faa03 Fix the bug of timestamp encoding in event metric report. by Yangster · 8 years ago
- 3d7f2d4 Merge "Adds anomaly detection to max duration metrics." by TreeHugger Robot · 8 years ago
- 2e414b9 Adds anomaly detection to max duration metrics. by David Chen · 8 years ago
- d5c3562 Timestamp Truncating whitelist. by Yangster-mac · 8 years ago
- a9e43fa Merge "Remove a statsd duration anomaly sanity check." by TreeHugger Robot · 8 years ago
- 7d5beeb Merge "More formatting fixes for statsd" by TreeHugger Robot · 8 years ago
- f31667f Merge "Statsd guardrail for Alerts" by TreeHugger Robot · 8 years ago
- b639d14 More formatting fixes for statsd by David Chen · 8 years ago
- 00621d2 Remove a statsd duration anomaly sanity check. by David Chen · 8 years ago
- db15052 Merge "Add a guardrail to limit minimum bucket duration to be 5 minutes except when configured through adb command" by Howard Ro · 8 years ago
- 1476ef2 Statsd guardrail for Alerts by Bookatz · 8 years ago
- 6189807 Merge "Remove unused variables in statsd, and make more warnings show." by TreeHugger Robot · 8 years ago
- 2f5b9c9 Merge "Updates statsd atoms.proto with small changes." by TreeHugger Robot · 8 years ago
- 330af58 Use elapsed realtime instead of times based on wall clock, which can jump around and go backwards. by Yangster-mac · 8 years ago
- 59cc24d Add a guardrail to limit minimum bucket duration to be 5 minutes except by yro · 8 years ago
- 0b5c90c Updates statsd atoms.proto with small changes. by David Chen · 8 years ago
- 4c959cb Remove unused variables in statsd, and make more warnings show. by Yao Chen · 8 years ago
- e8cf611 Merge "Statsd CPU optimization." by TreeHugger Robot · 8 years ago
- 8a8d16c Statsd CPU optimization. by Yao Chen · 8 years ago
- 7f9e63b Add clear method to ProtoOutputStream so it is reusable by just by Yi Jin · 8 years ago
- 484524a Turn off debug logging in statsd by Tej Singh · 8 years ago
- 1604957 Modifies statsd output for start and end times. by David Chen · 8 years ago
- 32134a2 Merge "Partial buckets on app upgrade and fix duration." by TreeHugger Robot · 8 years ago
- 6f19790 Statsd - use AID_STATSD in MetricsManager by Bookatz · 8 years ago
- b223c4e Statsd - adb cmd for AppHook; long compare support by Bookatz · 8 years ago
- 27785a8 Partial buckets on app upgrade and fix duration. by David Chen · 8 years ago
- 98b136c Merge "Atom: DaveyOccurred" by TreeHugger Robot · 8 years ago
- bb8554a Atom: DaveyOccurred by Tej Singh · 8 years ago
- 9369446 Support dimension in condition in metric producers. by Yangster-mac · 8 years ago
- 641e29d Merge "Extend gauge metric to support memory metric." by TreeHugger Robot · 8 years ago
- 357b63b Merge "Cpu usage optimization: 1/ Avoid unnecessary field/dimension proto construction. 2/ use unordered_map for slicing. 3/ Use dimension fields to compare dimension keys." by TreeHugger Robot · 8 years ago
- 34ea110 Extend gauge metric to support memory metric. by Yangster-mac · 8 years ago
- 7ba8fc3 Cpu usage optimization: by Yangster-mac · 8 years ago
- 884c8c1 Add more statsd's debugging info to dumpsys. by Yao Chen · 8 years ago
- 635b4b3 Do not output empty metric reports. by Yangster-mac · 8 years ago
- 0ed268b similar to the samplers in batterystats, when we do diff, by Chenjie Yu · 9 years ago
- 468ff04 Proto change for dimension from condition. by Yangster-mac · 8 years ago
- 87718e2 Gauge metric e2e test by Yangster-mac · 8 years ago
- d6808dc Merge "E2e test: attribution matching and slicing by attribution." by TreeHugger Robot · 9 years ago
- 1bf9438 Anomaly detection is per dimension by Bookatz · 9 years ago
- d59a658 Some fixes in duration metrics by Yao Chen · 9 years ago
- b5bc741 E2e test: attribution matching and slicing by attribution. by Yangster-mac · 9 years ago
- fa14c11 Avoid overwriting bucket in Gauge metric producer as anomaly tracker needs past buckets. by Yangster-mac · 9 years ago
- a070b6a Bug fix: gauge metric producer does not need the atom id parameter. by Yangster-mac · 9 years ago
- efc331b Merge "Use TimeUnit enum to specify the bucket size." by TreeHugger Robot · 9 years ago
- b814481 Use TimeUnit enum to specify the bucket size. by Yangster-mac · 9 years ago
- 147ce60 use only string type in the log source whitelist. by Yao Chen · 9 years ago
- a7fb12d 1/ Use FieldMatcher to specify the value fields in value metric. by Yangster-mac · 9 years ago
- 48989c2 Merge "1/ Change all "name" to id in statsD. 2/ Handle Subscription for alert. 3/ Support no_report_metric" by TreeHugger Robot · 9 years ago
- 94e197c 1/ Change all "name" to id in statsD. by Yangster-mac · 9 years ago
- 5459651 Merge "Checks in statsd that fields are within range." by TreeHugger Robot · 9 years ago
- 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 9 years ago
- daa9f3a Checks in statsd that fields are within range. by David Chen · 9 years ago
- 857aaa5 Splits AnomalyTracker into two files by Bookatz · 9 years ago
- d5aa01b3 Remove the hacky HashableDimensionKey. by Yao Chen · 9 years ago
- d10f7b1 Add log source filtering in statsd to filter out spams. by Yao Chen · 9 years ago
- 2b4fc9d align metrics start time to the previous 5 min start, instead by Chenjie Yu · 9 years ago
- e6abcbe Merge "Turn off verbose logging, remove the fake config." by TreeHugger Robot · 9 years ago
- dc4e426 Merge "add feature: GaugeMetricProducer now takes repeated list of fields bug fix: GaugeMetricProducer now works better with pulled events. unit test also includes GaugeMetricProducer_test" by TreeHugger Robot · 9 years ago
- d6815d7 Merge "align metrics to 5min bundary We use one alarm clock for all pulled atoms. If metrics from different configs are not aligned, the clock will be set to repeat at higher and higher frequency, and consume a lot of battery. Current implementation assumes a 5min minimum bucket size. New metric start time is set to be aligned to the start time of statsd in the next 5min. So it will ignore events up to 5min." by TreeHugger Robot · 9 years ago
- d9dfda7 add feature: GaugeMetricProducer now takes repeated list of fields by Chenjie Yu · 9 years ago
- 85ed838 align metrics to 5min bundary by Chenjie Yu · 9 years ago
- 3c0b95c Turn off verbose logging, remove the fake config. by Yao Chen · 9 years ago
- de1b5562 Statsd value metric anomaly detection by Bookatz · 9 years ago
- f09569f Further reduce statsd memory usage. by Yao Chen · 9 years ago
- a7259ab use running sum for ValueMetricProducer bucket by Chenjie Yu · 9 years ago
- 2794da2 Remove dead code in statsd by Yao Chen · 9 years ago
- 288c600 Only create ProtoOutputStream when onGetData() is called. by Yao Chen · 9 years ago
- 62c1fb0 Merge "Adds rate limit to checking byte size." by TreeHugger Robot · 9 years ago
- c51ec67 Merge changes Ib254db7e,I4aa0539a by TreeHugger Robot · 9 years ago
- d9269e2 Adds rate limit to checking byte size. by David Chen · 9 years ago
- 8f2f3d8 Anomaly Alert declarations in StatsdStats by Bookatz · 9 years ago
- f20ed03 Merge "Rename EventConditionLink as MetricConditionLink in statsd_config.proto." by Stefan Lafon · 9 years ago
- 42a24dc Merge "Fix a deadlock in statsd." by TreeHugger Robot · 9 years ago
- 5c5eebc Fix a deadlock in statsd. by Yao Chen · 9 years ago
- a5b5191 Rename EventConditionLink as MetricConditionLink in statsd_config.proto. by Stefan Lafon · 9 years ago
- 6e43f53 Merge "Rename more things in statsd_config.proto." by Stefan Lafon · 9 years ago
- d5b9266f Merge "Add major version code to platform." by Dianne Hackborn · 9 years ago
- 12d01fa Rename more things in statsd_config.proto. by Stefan Lafon · 9 years ago
- 456385c Merge "Fix how DurationTracker passes results to DurationMetricProducer" by Yao Chen · 9 years ago