Skip to content

Instantly share code, notes, and snippets.

@xacrimon
Created August 27, 2025 08:59
Show Gist options
  • Save xacrimon/d68ab09bd59499832b243fa770372187 to your computer and use it in GitHub Desktop.
Save xacrimon/d68ab09bd59499832b243fa770372187 to your computer and use it in GitHub Desktop.
global:
scrape_interval: 15s
scrape_timeout: 10s
query_log_file: /prometheus/query.log
scrape_failure_log_file: /prometheus/fail.log
scrape_configs:
- job_name: caddy
static_configs:
- targets: ['caddy:2019']
enable_compression: false
- job_name: anubis
static_configs:
- targets: ['anubis:9090']
enable_compression: false
- job_name: forgejo
static_configs:
- targets: ['forgejo:3000']
enable_compression: false
- job_name: qzkill
static_configs:
- targets: ['qzkill:3090']
enable_compression: false
- job_name: asc_bot
static_configs:
- targets: ['asc_bot:5556']
enable_compression: false
- job_name: pg_exporter
static_configs:
- targets: ['pg_exporter:9630']
enable_compression: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment