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

Side by Side Diff: appengine/chrome_infra_mon_proxy/dispatch.yaml

Issue 928043005: Monitoring proxy for time series data (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Responded to comments Created 5 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 application: chrome-infra-mon-proxy
2
3 dispatch:
4 - url: "*.appspot.com/vm1"
5 module: vm1
6 - url: "*.appspot.com/vm2"
7 module: vm2
8 - url: "*.appspot.com/vm3"
9 module: vm3
10 - url: "*/*"
11 module: default
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698