David Goffredo
David Goffredo
This is the explanation of macros that I've been looking for. Thanks for writing this.
I don't know what `parent_based_always_on` and `parent_based_always_off` mean, but I would assume they mean "use the sampling decision extracted from the parent, or otherwise default to (on|off)." If my assumption...
For what it's worth, [Datadog's nginx module][1] (based originally on [nginx-opentracing][2]) supports Alpine, Amazon Linux, and Debian on an image-by-image basis. The only way I could think to do it...
@seemk @johanneswuerbach @tobiasstadler @esigo Pardon the @'ing. I'm wondering who/where I should ping to get feedback on the idea described above. I'm new to the governance of `opentelemetry-cpp-contrib`.
Thanks, @esigo. Ideally this initiative will not take any more of your time than what is required for a code review. I wanted to get this project's blessing before I...
Happy 2024. I am revisiting `dd-opentelemetry-cpp` this quarter.
It might be due to a `Promise` error [here](https://github.com/wildskyf/personal-blocklist/blob/8e4c84b4018a2e49cfcb4488d680f84d069093f2/public/common.js#L59). I expect that would throw an exception, but maybe not. `browser.storage.sync` has a per-extension [size limit](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync#storage_quotas_for_sync_data). `.set(...)` sends an error to...
Hi, @miry. Thanks for the contribution. The latest release (v0.34.0) of nginx-opentracing is no longer compatible with nginx's debian-based docker images. nginx-opentracing v0.34.0 requires GLIBC 2.38, while e.g. nginx:1.25.4 has...
Hi, @maztheman. Thank you for these contributions. CMake is my least favorite part of any C++ project :) Could you please explain these changes, your reasons for proposing them, and...
> oh, and as you are probably aware the opentracing library is deprecated, and such I am trying to put in opentelemetry with the shim in place. I'm working on...