AUTO: Enable statsd exporter on staging

- We want to do some load testing so we want to use the Prometheus
  metrics for observing the system
- Roll out the statsd exporter work to staging too
This commit is contained in:
Andy Paine
2019-06-10 11:12:44 +01:00
parent c8196b0631
commit 2d17827780

View File

@@ -69,7 +69,7 @@ applications:
AWS_ACCESS_KEY_ID: '{{ AWS_ACCESS_KEY_ID }}'
AWS_SECRET_ACCESS_KEY: '{{ AWS_SECRET_ACCESS_KEY }}'
{% if environment == 'preview' %}
{% if environment in ['preview', 'staging'] %}
STATSD_HOST: "statsd.notify.tools"
STATSD_PREFIX: ""
{% else %}