open-telemetry / opentelemetry-erlang-api

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

Avoid using "ot" as a shortcut for OpenTelemetry, use "otel" #85

Closed bogdandrutu closed 3 years ago

bogdandrutu commented 3 years ago

This has the impact of the API that needs to change to use "otel_ctx", "otel_trace", etc.

See https://github.com/open-telemetry/opentelemetry-specification#acronym

tsloughter commented 3 years ago

Damn, thanks, didn't know this was official and added to the spec :).

Had settled on ot_ because there isn't an OpenTracing Erlang lib named OpenTracing and using the ot_ prefix. But with this in the spec I'm for making the changes and will get them knocked out.

tsloughter commented 3 years ago

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