mirror of
https://github.com/GSA/notifications-api.git
synced 2026-06-04 05:18:28 -04:00
REP-340: Use PaaS statsd exporter
- We are running the statsd-exporter on the PaaS now so we can use the internal UDP route to talk to it - Only update in preview and staging still so that we can get the dashboards fully up to date before switching prod
This commit is contained in:
@@ -70,7 +70,7 @@ applications:
|
||||
AWS_SECRET_ACCESS_KEY: '{{ AWS_SECRET_ACCESS_KEY }}'
|
||||
|
||||
{% if environment in ['preview', 'staging'] %}
|
||||
STATSD_HOST: "statsd.notify.tools"
|
||||
STATSD_HOST: "notify-statsd-exporter-{{ environment }}.apps.internal"
|
||||
STATSD_PREFIX: ""
|
||||
{% else %}
|
||||
STATSD_HOST: "statsd.hostedgraphite.com"
|
||||
|
||||
Reference in New Issue
Block a user