# Prometheus scrape config for local OTel development. # Scrapes the OwnCord server's /metrics endpoint (Prometheus exporter, # enabled when built with -tags otel). global: scrape_interval: 15s scrape_configs: - job_name: owncord static_configs: - targets: ["host.docker.internal:8443"] scheme: https tls_config: insecure_skip_verify: true # dev-only; real certs in staging/prod