Skip to content

Commit

Permalink
chore: updated prometheus config file
Browse files Browse the repository at this point in the history
  • Loading branch information
baimamboukar committed Dec 28, 2023
1 parent ba4c879 commit 7ddc016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prometheus/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scrape_configs:
static_configs:
- targets: ['localhost:9090']
- job_name: golang
metrics_path: /metrics
metrics_path: /api/v1/metrics
static_configs:
- targets:
- golang:8081
- golang:8113

2 comments on commit 7ddc016

@vercel
Copy link

@vercel vercel bot commented on 7ddc016 Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 7ddc016 Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.