mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-06 02:19:22 -04:00
Merge pull request #2523 from alphagov/point-preview-statsd-at-tools
AUTO-413: Point preview statsd at tools
This commit is contained in:
@@ -70,7 +70,7 @@ applications:
|
||||
AWS_SECRET_ACCESS_KEY: '{{ AWS_SECRET_ACCESS_KEY }}'
|
||||
|
||||
{% if environment == 'preview' %}
|
||||
STATSD_HOST: "notify-statsd-exporter-{{ environment }}.apps.internal"
|
||||
STATSD_HOST: "statsd.notify.tools"
|
||||
STATSD_PREFIX: ""
|
||||
{% else %}
|
||||
STATSD_HOST: "statsd.hostedgraphite.com"
|
||||
|
||||
Reference in New Issue
Block a user