ClickHouse now supports parsing and storing OpenTelemetry trace IDs in big-endian order.
Why it matters
This feature enables ClickHouse to correctly interpret and store OpenTelemetry trace IDs by parsing them in big-endian byte order, ensuring compatibility and accurate trace data handling for observability and monitoring workflows.How to use it
Users can leverage this feature by ingesting OpenTelemetry trace data into ClickHouse as usual; the system will parse the trace IDs in big-endian order automatically, requiring no additional configuration.