opentelemetry-ruby-contrib icon indicating copy to clipboard operation
opentelemetry-ruby-contrib copied to clipboard

Racecar instrumentation adapter

Open mwear opened this issue 4 years ago • 2 comments

Convert Datadog instrumentation for Racecar to OpenTelemetry.

See

mwear avatar May 12 '20 00:05 mwear

Racecar uses rdkafka once https://github.com/open-telemetry/opentelemetry-ruby/issues/919 is complete I intend to close this out as the instrumentation will be covered by including rdkafka instrumentation.

robertlaurin avatar Sep 28 '21 15:09 robertlaurin

Maybe you already know but open-telemetry/opentelemetry-ruby#978 does not work with racecar. The racecar gem does not use the rdkafka API that is instrumented (each and each_batch), it uses poll and poll_batch instead:

https://github.com/zendesk/racecar/blob/73f424f36324f4161f820f6558097a704cbb3316/lib/racecar/runner.rb#L66-L80

doryphores avatar Jun 10 '22 10:06 doryphores