feat: expose trace window attrs in otel summary

This commit is contained in:
Codex
2026-06-20 03:42:20 +00:00
parent e64c01e458
commit 9527562d88
@@ -1224,6 +1224,9 @@ IMPORTANT_ATTRS = [
"terminalStatus", "phase", "message", "http.route", "http.status_code",
"http.method", "eventType", "runnerId", "attemptId", "storageKind",
"storagePvcName", "storagePvcPhase", "resumeMode", "rolloutId",
"returnedEvents", "sinceSeq", "afterSeq", "limit", "fromSeq", "toSeq",
"totalEvents", "hasMore", "fullTraceLoaded", "rawEventCount",
"maxSeq", "traceLastSeq", "endSeq", "commandFiltered",
"error", "error.message", "exception.type", "exception.message",
]
IMPORTANT_NAMES = {
@@ -1461,6 +1464,9 @@ IMPORTANT_ATTRS = [
"terminalStatus", "phase", "message", "http.route", "http.status_code",
"http.method", "eventType", "runnerId", "attemptId", "storageKind",
"storagePvcName", "storagePvcPhase", "resumeMode", "rolloutId",
"returnedEvents", "sinceSeq", "afterSeq", "limit", "fromSeq", "toSeq",
"totalEvents", "hasMore", "fullTraceLoaded", "rawEventCount",
"maxSeq", "traceLastSeq", "endSeq", "commandFiltered",
"error", "error.message", "exception.type", "exception.message",
]