You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
xmrauctions/Docker/files/prometheus/prometheus.yml

24 lines
405 B
YAML

global:
scrape_interval: 10s
evaluation_interval: 60s
external_labels:
monitor: django-monitor
scrape_configs:
- job_name: "prometheus"
static_configs:
- targets: ["localhost:9090"]
- job_name: "django"
static_configs:
- targets: ["gunicorn:8000"]
alerting:
alertmanagers:
- static_configs:
- targets:
# - alertmanager:9093
rule_files:
- "django_rules.yml"