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

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: Rename metrics 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..c2a8374f489a5b0d122127569e693988d50fbfef 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 \
+ --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