go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/swarming/server/monitor/service-monitor.yaml (about) 1 service: monitor 2 runtime: go121 3 4 instance_class: F4 5 6 inbound_services: 7 - warmup 8 9 # luci_gae_vars is interpreted by gae.py, for apps deployed manually. 10 # It maps the app ID being deployed to values of vars used below. 11 luci_gae_vars: 12 chromium-swarm-dev: 13 AUTH_SERVICE_HOST: chrome-infra-auth-dev.appspot.com 14 TS_MON_ACCOUNT: app-engine-metric-publishers@prodx-mon-chrome-infra.google.com.iam.gserviceaccount.com 15 16 entrypoint: > 17 main 18 -auth-service-host ${AUTH_SERVICE_HOST} 19 -ts-mon-account ${TS_MON_ACCOUNT} 20 -ds-connection-pool-size 8 21 -cloud-error-reporting