Skip to content

Instantly share code, notes, and snippets.

@abhinavdhasmana
Created February 9, 2021 04:53
Show Gist options
  • Save abhinavdhasmana/9e89da2f0e1d5f5a6d78ca77db272c46 to your computer and use it in GitHub Desktop.
Save abhinavdhasmana/9e89da2f0e1d5f5a6d78ca77db272c46 to your computer and use it in GitHub Desktop.
Prometheus config
global:
scrape_interval: 5s
evaluation_interval: 5s
scrape_configs:
- job_name: 'kafka'
static_configs:
- targets:
- 172.31.10.2:8080
- 172.31.20.231:8080
- 172.31.36.21:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment