Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Unified Diff: influxdb/influxdb-config.toml

Issue 1497483002: Daemon for logging Android stats into InfluxDB (Closed) Base URL: https://skia.googlesource.com/buildbot@android_stats
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: influxdb/influxdb-config.toml
diff --git a/influxdb/influxdb-config.toml b/influxdb/influxdb-config.toml
index dd38c10ddea1b690951144b6c86a941ba9c62f7d..f8c0052b4aca464a53d26817ad8d3a79a8061d3d 100644
--- a/influxdb/influxdb-config.toml
+++ b/influxdb/influxdb-config.toml
@@ -213,6 +213,9 @@ reporting-disabled = false
#
"collectd.* .host.resource.measurement*",
+ # Android stats.
+ "android_stats.* app.host.measurement.model.serial.measurement*",
+
# Catchall rule.
"app.host.measurement*",
]

Powered by Google App Engine
This is Rietveld 408576698