Use our own fork of gds_metrics_python and add shared auth token

This will allow both prometheis (the shared one and our own) to scrape
the /metrics endpoint, each with their own authentication
This commit is contained in:
sakisv
2022-04-20 19:28:07 +03:00
parent 072c3b2079
commit 0a24b57008
3 changed files with 6 additions and 3 deletions

View File

@@ -122,6 +122,7 @@ applications:
ROUTE_SECRET_KEY_1: '{{ ROUTE_SECRET_KEY_1 }}'
ROUTE_SECRET_KEY_2: '{{ ROUTE_SECRET_KEY_2 }}'
CRONITOR_KEYS: '{{ CRONITOR_KEYS | tojson }}'
METRICS_BASIC_AUTH_TOKEN: {{ METRICS_BASIC_AUTH_TOKEN }}
HIGH_VOLUME_SERVICE: '{{ HIGH_VOLUME_SERVICE | tojson }}'