Files
sql/prometheus.yml

23 lines
627 B
YAML
Raw Normal View History

2025-10-14 21:11:54 +02:00
global:
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.
scrape_timeout: 10s # scrape_timeout is set to the global default (10s).
scrape_configs:
- job_name: docker
static_configs:
- targets:
- 'host.docker.internal:9323'
- job_name: prometheus
static_configs:
- targets:
- '127.0.0.1:9090'
- job_name: minio
metrics_path: /minio/v2/metrics/bucket
scheme: http
static_configs:
- targets:
- 'minio:9000'