Skip to content

Instantly share code, notes, and snippets.

@synergit
Last active July 9, 2021 19:56
Show Gist options
  • Save synergit/035da2ad984a350f490362fa7c642637 to your computer and use it in GitHub Desktop.
Save synergit/035da2ad984a350f490362fa7c642637 to your computer and use it in GitHub Desktop.
global:
scrape_interval: 15s
scrape_timeout: 10s
evaluation_interval: 15s
alerting:
alertmanagers:
- follow_redirects: true
scheme: http
timeout: 10s
api_version: v2
static_configs:
- targets: []
scrape_configs:
- job_name: prometheus
static_configs:
- targets:
- localhost:9090
- job_name: node_exporter
static_configs:
- targets:
- host.docker.internal:9100
- job_name: prom_python_app
static_configs:
- targets:
- docker.for.mac.localhost:8001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment