fix statsd

This commit is contained in:
Andre Medeiros 2022-05-21 12:31:07 -04:00
parent 499a30b4f0
commit e90f6ef834

View file

@ -73,6 +73,11 @@ services:
fromDatabase:
name: srv.postgres
property: connectionString
- key: STATSD_URL
fromService:
type: pserv
name: srv.statsd
property: hostport
scaling:
minInstances: 1
maxInstances: 3
@ -101,6 +106,11 @@ services:
fromDatabase:
name: srv.postgres
property: connectionString
- key: STATSD_URL
fromService:
type: pserv
name: srv.statsd
property: hostport
scaling:
minInstances: 1
maxInstances: 10
@ -129,6 +139,11 @@ services:
fromDatabase:
name: srv.postgres
property: connectionString
- key: STATSD_URL
fromService:
type: pserv
name: srv.statsd
property: hostport
scaling:
minInstances: 1
maxInstances: 10
@ -155,6 +170,11 @@ services:
fromDatabase:
name: srv.postgres
property: connectionString
- key: STATSD_URL
fromService:
type: pserv
name: srv.statsd
property: hostport
buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo
startCommand: panic-monitor ./apollo scheduler
autoDeploy: false
@ -179,6 +199,11 @@ services:
fromDatabase:
name: srv.postgres
property: connectionString
- key: STATSD_URL
fromService:
type: pserv
name: srv.statsd
property: hostport
buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo
startCommand: panic-monitor ./apollo worker --queue users --multiplier 16
autoDeploy: false
@ -203,6 +228,11 @@ services:
fromDatabase:
name: srv.postgres
property: connectionString
- key: STATSD_URL
fromService:
type: pserv
name: srv.statsd
property: hostport
scaling:
minInstances: 1
maxInstances: 10
@ -231,6 +261,11 @@ services:
fromDatabase:
name: srv.postgres
property: connectionString
- key: STATSD_URL
fromService:
type: pserv
name: srv.statsd
property: hostport
scaling:
minInstances: 1
maxInstances: 10