Skip to content

Instantly share code, notes, and snippets.

@jamtur01
Last active April 1, 2018 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamtur01/ddfb145a88fe09355bbe72ece53fc827 to your computer and use it in GitHub Desktop.
Save jamtur01/ddfb145a88fe09355bbe72ece53fc827 to your computer and use it in GitHub Desktop.
Example Prometheus configuration
global:
scrape_interval: 15s
evaluation_interval: 15s
rule_files:
# - "first.rules"
# - "second.rules"
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- job_name: 'docker'
static_configs:
- targets: ['localhost:9323']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment