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

Unified Diff: fuzzer/sys/fuzzer-fe.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-fe.service
diff --git a/fuzzer/sys/fuzzer-fe.service b/fuzzer/sys/fuzzer-fe.service
index 669a2f9e7769b8729b28aed166a040733b5226f0..9b10a92d28cd31f946cec515108b1e628f340620 100644
--- a/fuzzer/sys/fuzzer-fe.service
+++ b/fuzzer/sys/fuzzer-fe.service
@@ -9,7 +9,8 @@ ExecStart=/usr/local/bin/fuzzer-fe \
--resources_dir=/usr/local/share/fuzzer/ \
--bolt_db_path=/mnt/ssd0/fe-db \
--host=fuzzer.skia.org \
- --graphite_server=skia-monitoring:2003 \
+ --influxdb_database=skmetrics \
+ --influxdb_host=skia-monitoring:10117 \
--skia_root=/mnt/ssd0/skia-fe \
--clang_path=/usr/bin/clang \
--clang_p_p_path=/usr/bin/clang++ \

Powered by Google App Engine
This is Rietveld 408576698