fix(telemetry): bound message diagnostics labels

This commit is contained in:
Vincent Koc
2026-05-03 19:02:40 -07:00
parent 111df161df
commit 50da306c0a
7 changed files with 135 additions and 27 deletions

View File

@@ -88,6 +88,8 @@ const REQUIRED_SPAN_NAMES = [
] as const;
const DISALLOWED_ATTRIBUTE_KEYS = new Set([
"openclaw.runId",
"openclaw.chatId",
"openclaw.messageId",
"openclaw.sessionKey",
"openclaw.sessionId",
"openclaw.callId",