mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
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
This commit is contained in:
@@ -69,7 +69,7 @@ applications:
|
|||||||
AWS_ACCESS_KEY_ID: '{{ AWS_ACCESS_KEY_ID }}'
|
AWS_ACCESS_KEY_ID: '{{ AWS_ACCESS_KEY_ID }}'
|
||||||
AWS_SECRET_ACCESS_KEY: '{{ AWS_SECRET_ACCESS_KEY }}'
|
AWS_SECRET_ACCESS_KEY: '{{ AWS_SECRET_ACCESS_KEY }}'
|
||||||
|
|
||||||
{% if environment == 'preview' %}
|
{% if environment in ['preview', 'staging'] %}
|
||||||
STATSD_HOST: "statsd.notify.tools"
|
STATSD_HOST: "statsd.notify.tools"
|
||||||
STATSD_PREFIX: ""
|
STATSD_PREFIX: ""
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user