Skip to content

Commit 948e95e

Browse files
committed
Update Documentation
Signed-off-by: Mahad Zaryab <[email protected]>
1 parent 1848a8e commit 948e95e

File tree

1 file changed

+4
-4
lines changed
  • internal/storage/v2/clickhouse/tracestore/dbmodel

1 file changed

+4
-4
lines changed

internal/storage/v2/clickhouse/tracestore/dbmodel/spanrow.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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@`.
2828
type SpanRow struct {
2929
// --- Span ---
3030
ID string

0 commit comments

Comments
 (0)