feat(observability): close native SigNoz backup restore canary
This commit is contained in:
@@ -66,7 +66,6 @@ HOST_CONFIGS: dict[str, dict] = {
|
||||
{"name": "Redis", "host": "127.0.0.1", "port": 6380},
|
||||
{"name": "Ollama", "host": "127.0.0.1", "port": 11434},
|
||||
{"name": "Nginx", "host": "127.0.0.1", "port": 80},
|
||||
{"name": "SigNoz", "host": "127.0.0.1", "port": 3301},
|
||||
# OpenClaw 跑在 K3s (awoooi-prod),非 188 本機服務,不在此探測
|
||||
],
|
||||
},
|
||||
@@ -77,7 +76,9 @@ HOST_CONFIGS: dict[str, dict] = {
|
||||
"services": [
|
||||
{"name": "Harbor", "host": "127.0.0.1", "port": 5000},
|
||||
{"name": "Gitea", "host": "127.0.0.1", "port": 3001},
|
||||
{"name": "GH-Runner", "host": "127.0.0.1", "port": 8080},
|
||||
# TCP availability for canonical machine health endpoint:
|
||||
# http://192.168.0.110:8080/api/v1/health
|
||||
{"name": "SigNoz", "host": "127.0.0.1", "port": 8080},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user