1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-29 23:07:45 +02:00

Remove BYTES values, as they are are not thread safe (#249)

* Remove BYTES values, as they are mutable

* Remove more BYTES
This commit is contained in:
Joshua MacDonald
2019-10-30 10:20:53 -07:00
committed by GitHub
parent a2f3dcaf9a
commit 320c62a780
11 changed files with 11 additions and 86 deletions

View File

@@ -38,7 +38,6 @@ func initTracer() func() {
Tags: []core.KeyValue{
key.String("exporter", "jaeger"),
key.Float64("float", 312.23),
key.Bytes("bytes", []byte("byte array")),
},
}),
)