You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-19 21:45:50 +02:00
7128e65db9
Add coverage documenting the map equivalence behavior for duplicated keys. This follows the prior-art semantics of `attribute.Set`. Side note: there is already a `duplicate keys keep stable order` test case in `TestAsMap`. However, I think that adding these test cases is a good coverage addition.