Files
FarmaFinder/apps/pip-platform/monitoring/prometheus/prometheus.yml
T
Antoni Nuñez Romeu 190b3d163d
Run Tests on Branches / Backend Tests (push) Successful in 3m38s
Run Tests on Branches / Frontend Tests (push) Successful in 3m28s
Restructure with Turborepo
2026-07-06 15:51:53 +02:00

19 lines
658 B
YAML

# Reference scrape config used by the *external* Prometheus on srv84-macos.
# This stack no longer ships its own Prometheus/Grafana — see PLAN.md and
# STATE.md for the external-integration rationale. Kept as documentation.
#
# To scrape `pip-api` directly (e.g. from a local Prometheus for debugging),
# point a static target at `host.docker.internal:8000` instead of `pip-api:8000`.
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: "pip-platform"
metrics_path: /metrics
static_configs:
- targets: ["host.docker.internal:8000"]
labels:
host: srv84-macos
role: pip-platform