Skip to content

[Feature]: Support complex types (Slice, Map) in Clickhouse #7031

@zhengkezhou1

Description

@zhengkezhou1

Requirement

Parent issue: #4196
Supports writing complex types to ClickHouse while ensuring no loss of type.

Problem

no

Proposal

Slice and Map are stored using the OTLP/JSON format. However, there isn't a method to directly convert pcommon.Value to OTLP/JSON format. We have to implement it ourselves. The best-case scenario is that the Otel Collector accepts our Feat proposal: open-telemetry/opentelemetry-collector#12826 Otherwise, we will need to perform a lot of duplicated work: #6935 (comment)

Open questions

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions