You've already forked opentelemetry-go
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:
@@ -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")),
|
||||
},
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user