Enable statsd exporter for production

Also bump the utils version to include a fix on the error handling logic
when we fail to send a metric.
This commit is contained in:
Athanasios Voutsadakis
2019-08-14 11:42:13 +01:00
parent b07944d9f5
commit cd936d2e71
2 changed files with 1 additions and 6 deletions

View File

@@ -69,13 +69,8 @@ applications:
AWS_ACCESS_KEY_ID: '{{ AWS_ACCESS_KEY_ID }}'
AWS_SECRET_ACCESS_KEY: '{{ AWS_SECRET_ACCESS_KEY }}'
{% if environment in ['preview', 'staging'] %}
STATSD_HOST: "notify-statsd-exporter-{{ environment }}.apps.internal"
STATSD_PREFIX: ""
{% else %}
STATSD_HOST: "statsd.hostedgraphite.com"
STATSD_PREFIX: '{{ STATSD_PREFIX }}'
{% endif %}
ZENDESK_API_KEY: '{{ ZENDESK_API_KEY }}'