Skip to content

Commit

Permalink
add placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPickhardt committed Feb 8, 2024
1 parent 55af134 commit eb7230d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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']

0 comments on commit eb7230d

Please sign in to comment.