1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-26 03:52:03 +02:00
Krzesimir Nowak 670b0365d8 Make tag.Map a concrete type. (#89)
This is to make tag.Map an immutable type, so it is safe to use
concurrently. The safety is not yet fully achieved because of the
functions returning contents of the map (Value and Foreach). The
functions give callers an access to core.Value objects, which contain
a byte slice, which has pointer like semantics. So to avoid accidental
changes, we will need to copy the value if it is of BYTES type.

Fixes #59
2019-08-23 09:01:52 -07:00
..
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-02 13:52:55 -07:00
2019-08-23 09:01:52 -07:00