Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created March 4, 2022 07:31
Show Gist options
  • Save percybolmer/57afc24a22c8a48142fb64d5eccc99e9 to your computer and use it in GitHub Desktop.
Save percybolmer/57afc24a22c8a48142fb64d5eccc99e9 to your computer and use it in GitHub Desktop.
global:
scrape_interval: 5s
external_labels:
monitor: 'cadence-monitor'
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: # addresses to scrape
- 'localhost:9090'
- 'cadence:8000'
- 'cadence:8001'
- 'cadence:8002'
- 'cadence:8003'
- 'host.docker.internal:9098'
- 'host.docker.internal:9099'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment