Fix: sync machine key name in metrics route (openclaw -> openclaw)

This commit is contained in:
Cosmo
2026-04-15 21:32:46 +00:00
parent cacf84c22e
commit 9c6d9e0fdb

View File

@@ -2,7 +2,7 @@ export const dynamic = "force-dynamic";
import { NextRequest, NextResponse } from "next/server";
const MACHINES: Record<string, string> = {
ocplatform: "http://192.168.31.103:9100/metrics",
openclaw: "http://192.168.31.103:9100/metrics",
services: "http://node-exporter-services:9100/metrics",
};