Skip to content

Commit

Permalink
♻️ rename target endpoint on prom
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Aug 20, 2024
1 parent e66dfd2 commit c8aeebf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/main/resources/docker-compose-prod-mon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ services:
cat <<EOF > /prometheus/prometheus.yml
scrape_configs:
- job_name: 'pengcook'
metrics_path: '/prom/actuator/prometheus'
metrics_path: '/actuator/prometheus'
scrape_interval: 15s
static_configs:
- targets: ['10.0.0.187']
- job_name: 'node'
metrics_path: '/node/metrics'
scrape_interval: 15s
static_configs:
- targets: ['10.0.0.187']
Expand Down

0 comments on commit c8aeebf

Please sign in to comment.