leizhag
Results
3
issues of
leizhag
### Description [`Member.String()`](https://github.com/open-telemetry/opentelemetry-go/blob/9c2a0c2d6983cf3db6bb1432dc7d7bf3e391b852/baggage/baggage.go#L359) accpets UTF-8 strings as baggage member values, and URL-encodes them. But it seems this URL-encoding has no effect since `baggage.NewMember()` [does not accept](https://github.com/open-telemetry/opentelemetry-go/blob/9c2a0c2d6983cf3db6bb1432dc7d7bf3e391b852/baggage/baggage.go#L341) UTF-8 strings. ### Environment...
bug
help wanted
Related discussion: https://github.com/github/feedback/discussions/7628