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

Unified Diff: fuzzer/sys/fuzzer-be.service

Issue 1682363003: Migrate fuzzer to use shiny new metrics2 package (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 4 years, 10 months 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: fuzzer/sys/fuzzer-be.service
diff --git a/fuzzer/sys/fuzzer-be.service b/fuzzer/sys/fuzzer-be.service
index a18f1c4216711c8d76836539842eb9812f91c84a..dcaf4c51c8aca059f5c6a304d27a7187d5d55ea3 100644
--- a/fuzzer/sys/fuzzer-be.service
+++ b/fuzzer/sys/fuzzer-be.service
@@ -6,7 +6,8 @@ After=network-online.target
[Service]
ExecStart=/usr/local/bin/fuzzer-be \
--log_dir=/var/log/logserver \
- --graphite_server=skia-monitoring:2003 \
+ --influxdb_database=skmetrics \\
borenet 2016/02/10 15:32:32 Double slash?
kjlubick 2016/02/10 16:14:29 Fixed
+ --influxdb_host=skia-monitoring:10117 \
--skia_root=/mnt/ssd0/skia-be \
--clang_path=/usr/bin/clang \
--clang_p_p_path=/usr/bin/clang++ \

Powered by Google App Engine
This is Rietveld 408576698