Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions apps/cli/src/commands/eval/commands/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,29 +129,6 @@ export const evalRunCommand = command({
description:
'Preserve per-test workspaces after eval (default: keep on failure, cleanup on success)',
}),
otelFile: option({
type: optional(string),
long: 'otel-file',
description: 'Write OTLP JSON trace to file (importable by OTel backends)',
}),
exportOtel: flag({
long: 'export-otel',
description: 'Export evaluation traces via OTLP/HTTP to configured endpoint',
}),
otelBackend: option({
type: optional(string),
long: 'otel-backend',
description: 'Use an OTel backend resolver (langfuse, braintrust, confident, or local)',
}),
otelCaptureContent: flag({
long: 'otel-capture-content',
description: 'Include message content in exported OTel spans (privacy: disabled by default)',
}),
otelGroupTurns: flag({
long: 'otel-group-turns',
description:
'Group messages into turn spans for multi-turn evaluations (requires --export-otel)',
}),
retryErrors: option({
type: optional(string),
long: 'retry-errors',
Expand Down Expand Up @@ -269,11 +246,6 @@ export const evalRunCommand = command({
workspacePath: args.workspacePath,
keepWorkspaces: args.keepWorkspaces,
trace: false,
otelFile: args.otelFile,
exportOtel: args.exportOtel,
otelBackend: args.otelBackend,
otelCaptureContent: args.otelCaptureContent,
otelGroupTurns: args.otelGroupTurns,
retryErrors: args.retryErrors,
resume: args.resume,
rerunFailed: args.rerunFailed,
Expand Down
167 changes: 0 additions & 167 deletions apps/cli/src/commands/eval/otel-backends.ts

This file was deleted.

Loading
Loading