instana / ruby-sensor

💎 Ruby Distributed Tracing & Metrics Sensor for Instana
https://www.instana.com/
MIT License
26 stars 25 forks source link

OpenTracing `start_active_span` is not properly supported #193

Closed yassenb closed 3 years ago

yassenb commented 3 years ago

start_active_span should take a block and (since 0.5.0 of the opentracing-ruby gem) return the result of that block. Looking at the code and the tests for it it currently doesn't even execute the block.

pglombardo commented 3 years ago

Hi @yassenb - You're right - this Ruby gem hasn't been updated with the latest upstream OT changes yet. We have OpenTracing updates planned but no ETA as of yet.

If you want to escalate the update, could you file a support ticket with your Instana account details? With this, the team here can properly track and prioritise the request.

hmadison commented 3 years ago

This was resolved back on the 29th of March.