Skip to content

Instantly share code, notes, and snippets.

@Nklya
Created February 17, 2018 10:38
Show Gist options
  • Save Nklya/bfe2d817f72bc6376fb7d05507e97a1d to your computer and use it in GitHub Desktop.
Save Nklya/bfe2d817f72bc6376fb7d05507e97a1d to your computer and use it in GitHub Desktop.
HW21
---
global:
scrape_interval: '5s'
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets:
- 'localhost:9090'
- job_name: 'ui'
static_configs:
- targets:
- 'ui:9292'
- job_name: 'comment'
static_configs:
- targets:
- 'comment:9292'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment