Remove statsd

We don't expose these metrics anywhere anyway and we want to move to
prometheus too (which will be done in the next commit)
This commit is contained in:
David McDonald
2020-06-30 11:08:11 +01:00
parent ee8270aa2c
commit 6958c0d677
4 changed files with 3 additions and 24 deletions

View File

@@ -50,8 +50,6 @@ applications:
ANTIVIRUS_API_HOST: '{{ ANTIVIRUS_API_HOST }}'
ANTIVIRUS_API_KEY: '{{ ANTIVIRUS_API_KEY }}'
STATSD_HOST: 'notify-statsd-exporter-{{ environment }}.apps.internal'
ZENDESK_API_KEY: '{{ ZENDESK_API_KEY }}'
TEMPLATE_PREVIEW_API_HOST: '{{ TEMPLATE_PREVIEW_API_HOST }}'