From e61619f3e024dbe2ba2325b6a3544107b3b977cf Mon Sep 17 00:00:00 2001 From: Andy Paine Date: Thu, 30 May 2019 17:03:08 +0100 Subject: [PATCH] AUTO-413: Point preview statsd at tools - We are running a statsd exporter on tools to collect all our statsd metrics for scraping by Prometheus - Update preview to point there instead of at the local one which has issues with redeployment and DNS changing --- manifest.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml.j2 b/manifest.yml.j2 index 01dc5db5c..74f27df25 100644 --- a/manifest.yml.j2 +++ b/manifest.yml.j2 @@ -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"