Skip to content

Instantly share code, notes, and snippets.

@HenriTEL
Created October 24, 2019 15:32
Show Gist options
  • Save HenriTEL/c976fdd3a5523386ccb8457865eb160c to your computer and use it in GitHub Desktop.
Save HenriTEL/c976fdd3a5523386ccb8457865eb160c to your computer and use it in GitHub Desktop.
List of prometheus delay variables and explanations.
evaluation_interval scrape_interval http_timeout scrape_timeout for group_wait
Location prometheus.yml prometheus.yml blackbox.yml prometheus.yml alert_rules.yml alertmanager/config.yml
Description Delay between the evaluations of the alert rules Delay between instance scrapes Delay after which the blackbox request timeout Delay after which the instance scrape timeout Delay before firering the alert Delay before sending the first alert
Used by prometheus prometheus blackbox exporter prometheus alertmanager alertmanager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment