From e90f6ef83473f896f84a6939ed49923dcaad0ff5 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Sat, 21 May 2022 12:31:07 -0400 Subject: [PATCH] fix statsd --- render.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/render.yaml b/render.yaml index 5c29584..04f3bb5 100644 --- a/render.yaml +++ b/render.yaml @@ -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