Skip to content

Instantly share code, notes, and snippets.

@RichiH
Last active June 9, 2017 08:10
Show Gist options
  • Select an option

  • Save RichiH/c1b2cf6bf87d55a3d6243ce3ade7242c to your computer and use it in GitHub Desktop.

Select an option

Save RichiH/c1b2cf6bf87d55a3d6243ce3ade7242c to your computer and use it in GitHub Desktop.
Prometheus / Nageru basic config for Sesse
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'prometheus'
scrape_interval: 5s
scrape_timeout: 5s
static_configs:
- targets: ['localhost:9090']
- job_name: 'nageru'
static_configs:
- targets:
- localhost:9095
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment