From eb7230ddbb8e66602d6d1d1531f1a9e7e38b9383 Mon Sep 17 00:00:00 2001 From: PaulPickhardt Date: Thu, 8 Feb 2024 13:33:26 +0100 Subject: [PATCH] add placeholder --- prometheus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prometheus.yml b/prometheus.yml index 0171973..1245631 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -7,7 +7,7 @@ scrape_configs: metrics_path: /monitoring/metrics # Add the api key to the GET params. params: - api_key: [''] + api_key: ['TRACKING_SERVICE_API_KEY'] static_configs: - targets: ['tracking-service:8000'] - job_name: 'predictor-nginx' @@ -32,6 +32,6 @@ scrape_configs: metrics_path: /crashReports/metrics # Add the api key to the GET params. params: - api_key: [''] + api_key: ['BIKER_SWARM_MONITOR_API_KEY'] static_configs: - targets: ['biker-swarm-monitor:8000'] \ No newline at end of file