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

Side by Side Diff: logdog/appengine/cmd/coordinator/backend/module.cfg

Issue 2588643002: Enable AppEngine profiling endpoints. (Closed)
Patch Set: Actually use the right notation. Created 4 years 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
1 # Deploy tool Component for the LogDog Coordinator "backend" module. 1 # Deploy tool Component for the LogDog Coordinator "backend" module.
2 appengine_module < 2 appengine_module <
3 module_name: "backend" 3 module_name: "backend"
4 go_module < 4 go_module <
5 entry_package: "github.com/luci/luci-go/logdog/appengine/cmd/coordinator/bac kend" 5 entry_package: "github.com/luci/luci-go/logdog/appengine/cmd/coordinator/bac kend"
6 > 6 >
7 classic < 7 classic <
8 instance_class: IC_2 8 instance_class: IC_2
9 > 9 >
10 10
11 # Debug endpoints for profiling access.
11 handlers < 12 handlers <
12 handler < 13 handler <
14 url: "/debug/*"
15 secure: SECURE_ALWAYS
16 login: LOGIN_ADMIN
17 >
18
19 handler <
13 url: "/.*" 20 url: "/.*"
14 login: LOGIN_ADMIN 21 login: LOGIN_ADMIN
15 secure: SECURE_ALWAYS 22 secure: SECURE_ALWAYS
16 > 23 >
17 > 24 >
18 25
19 resource_path: "/appengine/gaemiddleware/resources.cfg" 26 resource_path: "/appengine/gaemiddleware/resources.cfg"
20 resource_path: "/tumble/configs/tumble_resources.cfg" 27 resource_path: "/tumble/configs/tumble_resources.cfg"
21 resource_path: "/tumble/configs/tq_shards_${tumble.shards}.cfg" 28 resource_path: "/tumble/configs/tq_shards_${tumble.shards}.cfg"
22 > 29 >
OLDNEW
« no previous file with comments | « logdog/appengine/cmd/coordinator/backend/main.go ('k') | logdog/appengine/cmd/coordinator/services/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698