First implementation API for PIP (Proyecto: Pharmacy Integration Platform)
Run Tests on Branches / Backend Tests (push) Successful in 3m32s
Run Tests on Branches / Frontend Tests (push) Successful in 3m27s

This commit is contained in:
Antoni Nuñez Romeu
2026-07-01 16:46:52 +02:00
parent d935db4b3e
commit c5df0ec0b2
121 changed files with 9575 additions and 0 deletions
@@ -0,0 +1,18 @@
# 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