open-telemetry / opentelemetry-erlang-api

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

Add atom support #80

Closed bryannaegele closed 3 years ago

bryannaegele commented 3 years ago

Allow span name, event name, and attribute keys to be atoms as a memory performance optimization. Exporters can then encode to a unicode binary on the way out.