David Goffredo

Results 56 comments of David Goffredo

I haven't done a build on Windows, but I think that you will need opentracing-cpp's library in addition to dd-opentracing-cpp's. The idea is that opentracing-cpp is a library that defines...

Hi, @raulbojalil. If @buzz3791 didn't find a solution that you can use, then please open up a Datadog Support ticket [here](https://help.datadoghq.com/hc/en-us/requests/new). It will likely get escalated to my team, and...

Line 1114 in your screenshot caught my teammate's eye. Is `opentracing.dll` the Datadog tracing plugin library, or is it some library coming from [opentracing-cpp][1]? If it's the Datadog plugin, then...

I'm assuming that `opentracing.dll` is the library built from the [opentracing-cpp project][1] and that `dd_opentracing.dll` is the library built from this project (dd-opentracing-cpp). If so, then the plugin loader provided...

I can't find anything in my notes about `?inject@Tracer@v3@opentracing@@UEBA?AV?$expected@XVerror_code@std@@@23@AE8VSpanContext@23@AE8VCustomCarrierWriter@23@@Z`, which refers to the inline member function defined [here][1]. I recall trying to get things to build in some environment (again,...

Now I remember. I added an implementation of `opentracing::Tracer` to Envoy as part of a [unit test][1]. I thought that there should be no need for me to define that...

The only option is to find a workaround for whatever build/link issues you're encountering with `dd_opentracing.dll`. If `dd_opentracing.dll` and `opentracing.dll` refer to what I assumed they do [above][1], then the...

Thanks for having the patience to find a fix and to describe it here! I'll leave this issue open so that we can integrate your findings into our build when...

Hi, Zane. I don't think that dd-opentracing-cpp's plugin was ever intended to work with Alpine, but there's no reason that it shouldn't. Here are two ideas, separate from each other:...