1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-19 21:45:50 +02:00
Files
Robert Pająk dcfc16cebd exporters: support MAP attributes (#8453)
Fixes https://github.com/open-telemetry/opentelemetry-go/issues/8163

Add end-to-end exporter handling for `attribute.SLICE` in the remaining
paths that still treated it as invalid or relied on fallback formatting.

Changes:

- encode `attribute.MAP` as OTLP `AnyValue_AnyValue_KvlistValue` for
trace, log, and metric transforms
- serialize Zipkin `MAP` attributes using the non-OTLP AnyValue string
representation
2026-06-16 21:25:29 +02:00
..
2026-01-28 09:56:38 +01:00
2026-06-08 16:25:23 +02:00
2026-06-08 16:25:23 +02:00
2024-03-26 20:13:54 +01:00