Skip to content

Commit

Permalink
fix: prom target
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 29, 2024
1 parent 58cd6be commit f9def4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ global:
scrape_configs:
- job_name: gateway-api
static_configs:
- targets: ['host.docker.internal:3001']
- targets: ['gateway:3001']
metrics_path: '/api/v1/metrics'

0 comments on commit f9def4f

Please sign in to comment.