Zhuoxi2000 opened a new issue, #970: URL: https://github.com/apache/flink-agents/issues/970
### Search before asking - [x] I searched in the [issues](https://github.com/apache/flink-agents/issues) and found nothing similar. ### Description Tracking issue for Phase 1 of the OTel exporter designed in #929 (direction confirmed by @wenjin272 there), the follow-up to #900 agreed with @joeyutong. Scope (Phase 1): - An event-log-driven exporter that maps recorded Execution Events (#924) to OpenTelemetry GenAI semantic conventions: one input run = one Trace; execution hierarchy = Span topology; `invoke_agent` / `execute_tool` / `chat` span naming with `gen_ai.*` attributes; `gen_ai.usage.*` token attributes when present. - Deterministic fixed-width ID derivation from the opaque framework IDs, so re-exports are idempotent. - Config-gated and off by default (`event-log.trace.otel.*`), content capture excluded in Phase 1. - Java only; Python parity and usage-metrics enrichment tracked separately (Phases 2/3). Depends on #924 (recording contract). ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
