mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
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) <noreply@anthropic.com>
This commit is contained in:
parent
dcd16067b5
commit
a8cce79e4c
1 changed files with 2 additions and 8 deletions
|
|
@ -123,14 +123,8 @@ scrape_configs:
|
||||||
metrics_path: '/metrics'
|
metrics_path: '/metrics'
|
||||||
scrape_interval: 30s
|
scrape_interval: 30s
|
||||||
|
|
||||||
# Mana AI Service (Bun) — background Mission Runner for the AI Workbench.
|
# SKIPPED Phase 2f-3 — mana-ai moved to GPU-Box; no public /metrics endpoint via tunnel.
|
||||||
# Exposes tick stats, planner-request latencies, snapshot refresh
|
# blackbox-api probt mana-ai.mana.how/health stattdessen.
|
||||||
# counters, and standard HTTP metrics at /metrics.
|
|
||||||
- job_name: 'mana-ai'
|
|
||||||
static_configs:
|
|
||||||
- targets: ['mana-ai:3066']
|
|
||||||
metrics_path: '/metrics'
|
|
||||||
scrape_interval: 30s
|
|
||||||
|
|
||||||
# Mana MCP Gateway (Bun, :3069) — exposes the shared tool-registry
|
# Mana MCP Gateway (Bun, :3069) — exposes the shared tool-registry
|
||||||
# over Streamable HTTP to external agents. Emits policy-gate
|
# over Streamable HTTP to external agents. Emits policy-gate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue