I've got an Openresty instance running with ngx_http_opentracing_module.so and libjaegertracing_plugin.so (followed https://github.com/opentracing-contrib/nginx-opentracing/tree/master/example/trivial/ubuntu-x86_64). I can see tracing working fine, however I'd like to add this library's capability in order to create spans in lua.
Is there a way to install this library without having to compile it? Is there an .so or lua package I can download instead?