Hi Jaren,
according to this example, I have success fully integrate nginx-opentracing with openresty.
all the related components include nginx-opentracing, opentracing-cpp, lua-bridge-tracer and libjaegertracing_plugin.
By the way, When I compile lua-bridge-tracer, I use luajit lib in openresty rather than lua5.3, here is the configuration, I hope this will help you.
cmake -DLUA_INCLUDE_DIR:STRING=/usr/local/openresty/luajit/include/luajit-2.1 -DLUA_LIBRARIES=/usr/local/openresty/lualib ..
On Friday, August 9, 2019 at 3:59:15 PM UTC+8, peacecoder wrote:
Hi Jaren,
I have successfully built openresty+nginx-openresty+jaeger-plugin+jaeger. I build nginx-openresty lib manually and load the module by doc.
However, I have the same question as you. How can I get parent span by lua from Nginx.
On Thursday, February 21, 2019 at 4:03:04 PM UTC+8, Jaren wrote:
Hi ya.
Has anyone here been able to get
nginx-opentracing and openresty to work together? I am trying to connect openresty with jaeger. Has anyone successfully built openresty+nginx-opentracing?
Or put another way, what is the recommend way to get request tracing with OpenResty? Is there something analogous to nginx-opentracing? I tried to build
thanks in advance!