Added an OpenTelemetry traces visualization tool using d3.js for ClickHouse.
Why it matters
This feature enables users to visually analyze OpenTelemetry traces, improving the ability to monitor and troubleshoot distributed tracing data within ClickHouse. It provides a graphical representation of traces, making it easier to understand complex workflows and performance bottlenecks.How to use it
Users can generate and view OpenTelemetry trace visualizations within ClickHouse using the new tool based on d3.js. Specific usage instructions and integration details can be found in the related pull request documentation.