OpenTracing now provides an API to trace code written in Lua. Given Lua’s easy interoperability with C and C++, OpenTracing also provides a bridge tracer that implements the API on top of the OpenTracing C++ API, allowing you to immediately use existing tracers from Jaeger, LightStep, DataDog, Zipkin, or any…