Skip to content

Commit

Permalink
Merge pull request #95 from james-laing/prometheus.yml_timeout_update
Browse files Browse the repository at this point in the history
Corrected minor typo in scrape_timeout in prometheus.yml
  • Loading branch information
sdodsley authored Nov 20, 2023
2 parents 1ce1ddd + bbf51b0 commit 372f430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
global:
scrape_interval: 30s # Set the scrape interval to every 30 seconds. Default is every 1 minute.
scrape_timeout: 15m # Set the scrape timeout to shorter than or equal to scrape_interval. Default is every 1 minute.
scrape_timeout: 30s # Set the scrape timeout to shorter than or equal to scrape_interval. Default is every 1 minute.
# evaluation_interval: 60s # is set to the default every 1 minute.

# A scrape configuration containing exactly one endpoint to scrape:
Expand Down

0 comments on commit 372f430

Please sign in to comment.