Skip to content

Instantly share code, notes, and snippets.

@mattbostock
Last active November 9, 2016 18:54
Show Gist options
  • Save mattbostock/696984757c13b3b460eb89171c2b82dd to your computer and use it in GitHub Desktop.
Save mattbostock/696984757c13b3b460eb89171c2b82dd to your computer and use it in GitHub Desktop.
Prometheus example config
global:
scrape_interval: 5s
evaluation_interval: 5s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment