Skip to content

Commit

Permalink
fix: Disable unused pushgateway
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Jan 17, 2024
1 parent 318d508 commit 57e1b93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ scrape_configs:
static_configs:
- targets: ['prometheus:9090']

- job_name: 'pushgateway'
honor_labels: true
static_configs:
- targets: ['pushgateway:9091']
#- job_name: 'pushgateway'
# honor_labels: true
# static_configs:
# - targets: ['pushgateway:9091']

- job_name: 'website'
honor_labels: true
Expand Down

0 comments on commit 57e1b93

Please sign in to comment.