Skip to content

Instantly share code, notes, and snippets.

@mynameismaxz
Created December 13, 2018 07:30
Show Gist options
  • Save mynameismaxz/c99713e679ae82514a2d600167dbdb06 to your computer and use it in GitHub Desktop.
Save mynameismaxz/c99713e679ae82514a2d600167dbdb06 to your computer and use it in GitHub Desktop.
Prometheus Config File (Example)
global:
scrape_interval: 15s
scrape_configs:
- job_name: research-pc-monitor
scrape_interval: 5s
static_configs:
- targets:
- <IP:PORT TARGET>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment