Merge pull request #2573 from alphagov/use-paas-statsd-exporter

REP-340: Use PaaS statsd exporter
This commit is contained in:
Andy Paine
2019-08-05 11:22:35 +01:00
committed by GitHub

View File

@@ -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"