mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Merge pull request #2573 from alphagov/use-paas-statsd-exporter
REP-340: Use PaaS statsd exporter
This commit is contained in:
@@ -70,7 +70,7 @@ applications:
|
|||||||
AWS_SECRET_ACCESS_KEY: '{{ AWS_SECRET_ACCESS_KEY }}'
|
AWS_SECRET_ACCESS_KEY: '{{ AWS_SECRET_ACCESS_KEY }}'
|
||||||
|
|
||||||
{% if environment in ['preview', 'staging'] %}
|
{% if environment in ['preview', 'staging'] %}
|
||||||
STATSD_HOST: "statsd.notify.tools"
|
STATSD_HOST: "notify-statsd-exporter-{{ environment }}.apps.internal"
|
||||||
STATSD_PREFIX: ""
|
STATSD_PREFIX: ""
|
||||||
{% else %}
|
{% else %}
|
||||||
STATSD_HOST: "statsd.hostedgraphite.com"
|
STATSD_HOST: "statsd.hostedgraphite.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user