Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
fix statsd
Browse files Browse the repository at this point in the history
  • Loading branch information
andremedeiros committed May 21, 2022
1 parent 499a30b commit e90f6ef
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e90f6ef

Please sign in to comment.