Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
5c81b6398f8785507ec9c5395505d116bbb3b879
/
cmds
/
statsd
/
src
/
config
6ede28b
Statsd sends active config broadcasts
by Tej Singh
· 6 years ago
2c9ef2a
APIs for registering config activation broadcasts
by Tej Singh
· 6 years ago
93a828a
Merge "Fix/suppress statsd google-explicit-constructor warnings" am: 699692402a am: 32dc82a63a
by Chih-hung Hsieh
· 6 years ago
3227aab
Fix/suppress statsd google-explicit-constructor warnings
by Chih-Hung Hsieh
· 6 years ago
2491af2
Merge "Fix performance-for-range-copy warnings" am: bc29242288 am: 7adb73f332
by Chih-Hung Hsieh
· 6 years ago
a1b644e
Fix performance-for-range-copy warnings
by Chih-Hung Hsieh
· 6 years ago
8858897
allow statsd pull based on event trigger
by Chenjie Yu
· 6 years ago
b142cc8
Statsd config TTL
by Yangster-mac
· 7 years ago
c04feba
Move forward the alarm timestamp when config is added to statsd.
by Yangster-mac
· 7 years ago
52b478b
Update Guardrail.
by Yao Chen
· 7 years ago
427d372
Support sliced condition change in GaugeMetric
by Yao Chen
· 7 years ago
4490765
Add a check for duplicate configuration on statsd
by yro
· 7 years ago
20e9e62
Reduce statsd binary size from 730KB-> 664KB
by Yao Chen
· 7 years ago
fdc123b
Adds locks to ConfigManager in statsd.
by David Chen
· 7 years ago
f4ae56b
Fix a bug of not deleting previously added config files on disk
by yro
· 7 years ago
661f791
Statsd notifies listener with pendingintent.
by David Chen
· 7 years ago
d0c260f
Merge "Adding guardrails on writing to disk from statsd"
by TreeHugger Robot
· 7 years ago
98a2850
Adding guardrails on writing to disk from statsd
by yro
· 7 years ago
e5f8292
Fix adb shell cmd config remove command when no (uid, id) pair is specified.
by yro
· 7 years ago
2c6dc47
Rename the dimension_in_what/condition as fields_in_what/condition in MetricConditionLink proto.
by Yangster-mac
· 7 years ago
468ff04
Proto change for dimension from condition.
by Yangster-mac
· 7 years ago
079cea9
Create /data/misc/stats-data/ and /data/misc/stats-service/ in statsd.rc
by yro
· 7 years ago
7266e82
Merge "Use the configs from disk after reboot and separate out ConfigManager startup for unit test to avoid reading configs for tests"
by Howard Ro
· 7 years ago
469cd80
Use the configs from disk after reboot and separate out ConfigManager
by yro
· 7 years ago
efc331b
Merge "Use TimeUnit enum to specify the bucket size."
by TreeHugger Robot
· 7 years ago
b814481
Use TimeUnit enum to specify the bucket size.
by Yangster-mac
· 7 years ago
147ce60
use only string type in the log source whitelist.
by Yao Chen
· 7 years ago
a7fb12d
1/ Use FieldMatcher to specify the value fields in value metric.
by Yangster-mac
· 7 years ago
94e197c
1/ Change all "name" to id in statsD.
by Yangster-mac
· 7 years ago
2087716
1/ Support nested message and repeated fields in statsd.
by Yangster-mac
· 7 years ago
d10f7b1
Add log source filtering in statsd to filter out spams.
by Yao Chen
· 7 years ago
e6abcbe
Merge "Turn off verbose logging, remove the fake config."
by TreeHugger Robot
· 7 years ago
d9dfda7
add feature: GaugeMetricProducer now takes repeated list of fields
by Chenjie Yu
· 7 years ago
3c0b95c
Turn off verbose logging, remove the fake config.
by Yao Chen
· 7 years ago
f09569f
Further reduce statsd memory usage.
by Yao Chen
· 7 years ago
03faf09
Migrate disk directory from /data/system/ to /data/misc/
by yro
· 7 years ago
f20ed03
Merge "Rename EventConditionLink as MetricConditionLink in statsd_config.proto."
by Stefan Lafon
· 7 years ago
6842a8c
bug fix for StatsLogEventWraper tag id bug fix for ConfigManager fake config
by Chenjie Yu
· 7 years ago
a5b5191
Rename EventConditionLink as MetricConditionLink in statsd_config.proto.
by Stefan Lafon
· 7 years ago
12d01fa
Rename more things in statsd_config.proto.
by Stefan Lafon
· 7 years ago
450099d
AnomalyDetection invalidity depends on MetricProd
by Bookatz
· 7 years ago
b8c9aa8
Rename a few things in statsd_config.proto.
by Stefan Lafon
· 7 years ago
74fed97
Update adb command to remove all configs from statsd
by yro
· 7 years ago
d1fd242
statsd informs incidentd of anomalies
by Bookatz
· 7 years ago
947fbce
Captures metrics on disk when devices reboot and shutdown. Specifically,
by yro
· 7 years ago
74b1513
Merge "Set the metric name for alerts in fake config and add a test to make sure the fake config is valid.."
by TreeHugger Robot
· 7 years ago
7c334a1
Make member function as const whenever possible.
by Yangster
· 7 years ago
756cd48
Set the metric name for alerts in fake config and add a test to make sure the fake config is valid..
by Yangster-mac
· 7 years ago
7c8f0a5
Fix the fake statsd config. Better error messages.
by Stefan Lafon
· 7 years ago
b92f1ee
Merge "2 updates to storing configs on disk"
by TreeHugger Robot
· 7 years ago
9c98c05
2 updates to storing configs on disk
by yro
· 7 years ago
cfed20b
Update statsd_config.proto.
by Stefan Lafon
· 7 years ago
1d7b0cd
Support StatsD sending broadcasts.
by David Chen
· 7 years ago
13378dd
Merge "fix the permission check crash in statsd."
by TreeHugger Robot
· 7 years ago
7ee9415
fix the permission check crash in statsd.
by Yao Chen
· 7 years ago
87d983c
Write statsd configuration to disk and add cmd to clear it
by yro
· 7 years ago
5c925ad
Sync the DurationMetric proto from google3.
by Yao Chen
· 7 years ago
341775b
Merge "Adds client API for interacting with statsd."
by TreeHugger Robot
· 7 years ago
d1815dc
Sync statsd to the public proto changes:
by Yangster-mac
· 7 years ago
adaf8b3
Adds client API for interacting with statsd.
by David Chen
· 7 years ago
51f29ce
Merge "Make SimpleCondition satisfactorily complicated."
by TreeHugger Robot
· 7 years ago
967b205
Make SimpleCondition satisfactorily complicated.
by Yao Chen
· 7 years ago
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
3eba621
Update CountAnomalyTracker to handle slicing.
by Yang Lu
· 7 years ago
17adac9
Finish migrating to use ProtoOutputStream. This change will take the
by yro
· 7 years ago
1d4d686
Gauge metric producer.
by Yangster
· 7 years ago
5305e1d
pull resource power manager stats into statsd
by Chenjie Yu
· 7 years ago
b3dda41
reretry ValueMetric implementation and pulling mechanism
by Chenjie Yu
· 7 years ago
5154a37
Adding multi layer aggregation in DurationMetric
by Yao Chen
· 7 years ago
35ef4f2
Merge "Add EventMetricProducer"
by TreeHugger Robot
· 7 years ago
5110bed
Add EventMetricProducer
by Yao Chen
· 7 years ago
d3606c7
Anomaly detection for count reads from config
by Bookatz
· 7 years ago
c1a050a
Add pushing many batterystats events to statsd
by Bookatz
· 7 years ago
729093d
Add support for dimension, and link with condition and added DurationMetric
by Yao Chen
· 7 years ago
9fc9edf
Clean up how we handle configurations, and other assorted cleanup
by Joe Onorato
· 7 years ago