From 2d17827780e83bf7b80a21ddc34c0f8f5379afeb Mon Sep 17 00:00:00 2001 From: Andy Paine Date: Mon, 10 Jun 2019 11:12:44 +0100 Subject: [PATCH] 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 --- manifest.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml.j2 b/manifest.yml.j2 index 74f27df25..6d8f56c99 100644 --- a/manifest.yml.j2 +++ b/manifest.yml.j2 @@ -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 %}