-
[OPIK-2591] [BE] Add support for `thread_id` for OpenTelemetry endpoint. (#3578)
发布于
2025-10-06 15:18:30 +00:00 - [OPIK-2591] [BE] Add
thread_idsupport in OpenTelemetry mapping and tracing
- Introduced
THREAD_IDmapping inOpenTelemetryMappingRule. - Updated
OpenTelemetryServiceto extract and propagatethread_idinto trace metadata. - Added unit tests for
thread_idmapping inOpenTelemetryMapperTest. - Added E2E test for validating
thread_idpropagation inOpenTelemetryResourceTest.
-
[OPIK-2591] [BE] Fixed formatting
-
[OPIK-2591][BE] Add
thread_idusage example in OpenTelemetry Python SDK tracing documentation
- Explain usage of
thread_idto group related spans into a conversational thread. - Link to the
Multi-turn conversationsguide for further context.
-
[OPIK-2591] [BE] Fixed formatting
-
[OPIK-2591] [BE] Use
StringUtils.isNotBlankfor cleanerthreadIdvalidation to handle both null and empty/whitespace-only strings more robustly.
下载附件
- [OPIK-2591] [BE] Add