David Goffredo
David Goffredo
Update on the above: B3 propagation actually _is_ working with my setup. I was hitting the wrong endpoint, so the nginx ingress controller was not even handling requests. Now I'm...
I've been thinking about this more, and I think that I know what's going on. I haven't tested it thoroughly, though, so take it with a grain of salt. Feel...
`dd-opentracing-cpp` does not provide ARM64 binaries because the need has not yet arose, and because I do not have access to an ARM64 machine. Also, the CI system we use,...
Please submit this request as a support issue via and reference these github issues. This way, the feature request is associated with your account and can be tracked internally. >...
Thanks, let's leave this open, and I'll chase after whoever I need to internally.
The non-OpenTracing version of the Datadog tracing nginx module, [nginx-datadog][1], has supported arm64 for a while. It's configured differently, but has feature parity. If you can afford to change all...
Bummer. I'm no longer a maintainer of this repo, so I can't comment on its priority. @dmehala for visibility.
Thanks for leaving this detailed bug report together with its solution, @buzz3791. You also did the same in . Windows builds are the least frequently tested part of this project....
You might be able to use this: - https://www.envoyproxy.io/docs/envoy/latest/api-v3/type/tracing/v3/custom_tag.proto#envoy-v3-api-msg-type-tracing-v3-customtag - via https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#envoy-v3-api-field-extensions-filters-network-http-connection-manager-v3-httpconnectionmanager-tracing-custom-tags - via https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/observability/tracing#what-data-each-trace-contains I'll have to look into it more. Envoy's Datadog integration is currently frozen, so even...
What it comes down to is a matter of policy about whether we want `~Tracer` to call `Close`. It has implications not only for these integration tests (which could be...