From 088f234185be3622bc37630d199bfb67fc216c37 Mon Sep 17 00:00:00 2001 From: Andy Paine Date: Mon, 5 Aug 2019 10:36:58 +0100 Subject: [PATCH] REP-340: Use PaaS statsd exporter - We are running the statsd-exporter on the PaaS now so we can use the internal UDP route to talk to it - Only update in preview and staging still so that we can get the dashboards fully up to date before switching prod --- manifest.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml.j2 b/manifest.yml.j2 index 62fddcf0d..ad2517bdb 100644 --- a/manifest.yml.j2 +++ b/manifest.yml.j2 @@ -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"