Curso-lenguaje-python/catch-all/05_infra_test/05_prometheus_grafana/prometheus.yml

10 lines
285 B
YAML

global:
scrape_interval: 15s # when Prometheus is pulling data from exporters etc
evaluation_interval: 30s # time between each evaluation of Prometheus' alerting rules
scrape_configs:
- job_name: app # your project name
static_configs:
- targets:
- app:8000