File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
internal/storage/v2/clickhouse/tracestore/dbmodel Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ import (
1919// Keys for this type are prefixed with `@bytes@`.
2020//
2121// - pcommon.ValueTypeSlice:
22- // Represents an OTLP slice (array). The value is first serialized to JSON, then
23- // Base64-encoded before storage . Keys for this type are prefixed with `@slice@`.
22+ // Represents an OTLP slice (array). The value is serialized to JSON and stored
23+ // as a string . Keys for this type are prefixed with `@slice@`.
2424//
2525// - pcommon.ValueTypeMap:
26- // Represents an OTLP map. The value is first serialized to JSON, then
27- // Base64-encoded before storage . Keys for this type are prefixed with `@map@`.
26+ // Represents an OTLP map. The value is serialized to JSON and stored
27+ // as a string . Keys for this type are prefixed with `@map@`.
2828type SpanRow struct {
2929 // --- Span ---
3030 ID string
You can’t perform that action at this time.
0 commit comments