test(obs): retain legacy SigNoz topology redaction

This commit is contained in:
ogt
2026-07-15 03:07:34 +08:00
parent fbe7615e12
commit 9e69aca8fc
3 changed files with 8 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ _ENDPOINT_ALIASES = {
"192.168.0.188:11434": "host:observability-a/ollama",
"192.168.0.188:8088": "host:observability-a/openclaw-legacy",
"192.168.0.188:8089": "host:observability-a/openclaw",
"192.168.0.188:3301": "host:observability-a/signoz",
"192.168.0.188:5432": "host:observability-a/postgres",
"192.168.0.188:6380": "host:observability-a/redis",
}