open-telemetry / opentelemetry-erlang-api

Erlang/Elixir OpenTelemetry API
Apache License 2.0
60 stars 13 forks source link

Replace use of HTTP to refer to encoding to ascii text #77

Closed tsloughter closed 3 years ago

tsloughter commented 3 years ago

Related spec PR https://github.com/open-telemetry/opentelemetry-specification/issues/317

It was decided in the spec meeting that the name must still make clear that there are restrictions on encoding, so the name will likely be ASCIIFormat or something like that.

We have types like ot_propagation:http_headers we will want to rename to ot_propagation:ascii_text or similar.

tsloughter commented 3 years ago

Handled in https://github.com/open-telemetry/opentelemetry-erlang repo.