summaryrefslogtreecommitdiff
path: root/monitoring/prometheus.yml
diff options
context:
space:
mode:
Diffstat (limited to 'monitoring/prometheus.yml')
-rw-r--r--monitoring/prometheus.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/monitoring/prometheus.yml b/monitoring/prometheus.yml
index f6d5485..b6dc853 100644
--- a/monitoring/prometheus.yml
+++ b/monitoring/prometheus.yml
@@ -2,6 +2,9 @@ global:
scrape_interval: 15s
scrape_configs:
- job_name: "trading-services"
+ authorization:
+ type: Bearer
+ credentials: "${METRICS_AUTH_TOKEN}"
static_configs:
- targets:
- "data-collector:8080"