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

Unified Diff: perf/go/ingest/main.go

Issue 650223006: Point to the new server for monitoring. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | perf/go/skiaperf/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/go/ingest/main.go
diff --git a/perf/go/ingest/main.go b/perf/go/ingest/main.go
index 24a8a965c42a893fcb3ca7d0bedea42f3855a004..a8118d63bbafb55add9c72ee99f3d904a28ba4b6 100644
--- a/perf/go/ingest/main.go
+++ b/perf/go/ingest/main.go
@@ -34,7 +34,7 @@ var (
runEvery = flag.Duration("run_every", 5*time.Minute, "How often the ingester should pull data from Google Storage.")
runTrybotEvery = flag.Duration("run_trybot_every", 1*time.Minute, "How often the ingester to pull trybot data from Google Storage.")
run = flag.String("run", "nano,nano-trybot,golden", "A comma separated list of ingesters to run.")
- graphiteServer = flag.String("graphite_server", "skia-monitoring-b:2003", "Where is Graphite metrics ingestion server running.")
+ graphiteServer = flag.String("graphite_server", "skia-monitoring:2003", "Where is Graphite metrics ingestion server running.")
doOauth = flag.Bool("oauth", true, "Run through the OAuth 2.0 flow on startup, otherwise use a GCE service account.")
local = flag.Bool("local", false, "Running locally if true. As opposed to in production.")
)
« no previous file with comments | « no previous file | perf/go/skiaperf/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698