open-telemetry / opentelemetry-erlang-api

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

move context implementation to api app #66

Closed tsloughter closed 4 years ago

tsloughter commented 4 years ago

Otel spec changed and context should be just the widely used context implementation of a language. In Erlang's case that is the process dictionary. https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/context/context.md

I still think we'll likely want to break this into its own application and add stuff like deadline support but I don't want to do that until we are able to merge opentelemetry-erlang and opentelemetry-erlang-api repos into 1 repo.