open-telemetry / opentelemetry-erlang-api

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

make use of is_recording in ot_span and update events field to latest spec #21

Closed tsloughter closed 4 years ago

tsloughter commented 4 years ago

The events spec in the proto, which is now beta, is different than what we had, so this updates it, along with another commit for making use of is_recording to not do expensive operations if not recording events.