fix: expose agentrun lane observability
This commit is contained in:
@@ -1220,14 +1220,16 @@ GREP = ${grepLiteral}
|
||||
LIMIT = ${options.limit}
|
||||
IMPORTANT_ATTRS = [
|
||||
"traceId", "otel.trace_id", "agentrun.stage", "runId", "commandId",
|
||||
"sessionId", "turnId", "threadId", "failureKind", "willRetry",
|
||||
"sessionId", "turnId", "threadId", "runnerJobId", "failureKind", "willRetry",
|
||||
"terminalStatus", "phase", "message", "http.route", "http.status_code",
|
||||
"http.method", "eventType", "runnerId", "attemptId", "storageKind",
|
||||
"http.method", "eventType", "runnerId", "attemptId", "backendProfile",
|
||||
"sourceCommit", "jobName", "podName", "logPath", "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",
|
||||
"valuesPrinted",
|
||||
]
|
||||
IMPORTANT_NAMES = {
|
||||
"durable_admission", "billing_preflight", "agentrun_dispatch",
|
||||
@@ -1460,14 +1462,16 @@ CANDIDATE_LIMIT = ${options.candidateLimit}
|
||||
DEADLINE = time.time() + 50
|
||||
IMPORTANT_ATTRS = [
|
||||
"traceId", "otel.trace_id", "agentrun.stage", "runId", "commandId",
|
||||
"sessionId", "turnId", "threadId", "failureKind", "willRetry",
|
||||
"sessionId", "turnId", "threadId", "runnerJobId", "failureKind", "willRetry",
|
||||
"terminalStatus", "phase", "message", "http.route", "http.status_code",
|
||||
"http.method", "eventType", "runnerId", "attemptId", "storageKind",
|
||||
"http.method", "eventType", "runnerId", "attemptId", "backendProfile",
|
||||
"sourceCommit", "jobName", "podName", "logPath", "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",
|
||||
"valuesPrinted",
|
||||
]
|
||||
|
||||
def run_kubectl(proxy_path, timeout=10):
|
||||
|
||||
Reference in New Issue
Block a user