-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
area/storagechangelog:new-featureChange that should be called out as new feature in CHANGELOGChange that should be called out as new feature in CHANGELOGenhancement
Description
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
Labels
area/storagechangelog:new-featureChange that should be called out as new feature in CHANGELOGChange that should be called out as new feature in CHANGELOGenhancement