add originator to otel (#10826)

This commit is contained in:
alexsong-oai
2026-02-06 15:13:56 -08:00
committed by GitHub
parent 1fbf5ed06f
commit daeef06bec
11 changed files with 30 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ fn runtime_metrics_summary_collects_tool_api_and_streaming_metrics() -> Result<(
Some("account-id".to_string()),
None,
Some(TelemetryAuthMode::ApiKey),
"test_originator".to_string(),
true,
"tty".to_string(),
SessionSource::Cli,