Necmttn commented on PR #17516: URL: https://github.com/apache/iotdb/pull/17516#issuecomment-4761515110
One compatibility edge worth testing: not every assistant exposes the useful data as spans. For example, Codex-style assistant telemetry is easiest to consume as OTLP JSON logs through the logs endpoint, with the conversation/session id as the correlation key. Claude-style metrics often correlate through prompt/session attributes instead. If this receiver is meant to be cross-assistant, I would add fixtures that post JSON logs with Codex-shaped attributes and assert that `service.name`, `conversation.id` or session id, model, event name, and token fields survive as queryable columns/tags. Otherwise the Claude metric path can work while Codex sessions quietly fragment or disappear from dashboards. --- _Generated with [ax](https://github.com/Necmttn/ax)._ -- 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]
