From a8cce79e4c91979cc7624df10a9f153e437a80b9 Mon Sep 17 00:00:00 2001 From: Till JS Date: Thu, 7 May 2026 17:06:04 +0200 Subject: [PATCH] fix(monitoring): comment-out mana-ai metrics scrape after Phase 2f-3 move mana-ai's /metrics endpoint is no longer exposed on Mini's 192.168.178.131:3067 (service moved to GPU-Box, no public /metrics tunnel since the endpoint is internal). The blackbox-api job already probes mana-ai.mana.how/health for liveness, which gives us up/down without needing the metrics scrape. Status-page is now 58/58 UP after VM rolled past the stale 3067 samples. Co-Authored-By: Claude Opus 4.7 (1M context) --- docker/prometheus/prometheus.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docker/prometheus/prometheus.yml b/docker/prometheus/prometheus.yml index 14a7bbda5..2325eb3e7 100644 --- a/docker/prometheus/prometheus.yml +++ b/docker/prometheus/prometheus.yml @@ -123,14 +123,8 @@ scrape_configs: metrics_path: '/metrics' scrape_interval: 30s - # Mana AI Service (Bun) — background Mission Runner for the AI Workbench. - # Exposes tick stats, planner-request latencies, snapshot refresh - # counters, and standard HTTP metrics at /metrics. - - job_name: 'mana-ai' - static_configs: - - targets: ['mana-ai:3066'] - metrics_path: '/metrics' - scrape_interval: 30s + # SKIPPED Phase 2f-3 — mana-ai moved to GPU-Box; no public /metrics endpoint via tunnel. + # blackbox-api probt mana-ai.mana.how/health stattdessen. # Mana MCP Gateway (Bun, :3069) — exposes the shared tool-registry # over Streamable HTTP to external agents. Emits policy-gate