19 lines
658 B
YAML
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
|