Adrian Cole
Adrian Cole
Currently, an in-flight span shows up as NaN (as it doesn't have a duration). Is this ok? how could we make it look better without misleading people into thinking an...
One thing @yurishkuro mentioned in his presentation was that we don't support search by multiple services out of the box. This is interesting, because we do actually support search without...
Users can define their own "go" module function imports by defining a func without a body in their source and a`%_wasm.s` or `%_js.s` file that uses the `CallImport` instruction. The...
Inspired by this work and the presentations, I've raised this PR on brave to make cassandra tracing a part of Brave's standard kit. https://github.com/openzipkin/brave/pull/414 That's not to say this project...
*Title*: Provide official debian and RPM packages *Description*: Right now, everything on the website mentioning "getenvoy" can be removed without breaking people.. except debian and RPM packages. Can you please...
I can compile this with `zig cc --target=wasm32-wasi -o math.wasm math.c`, and run it with `wzprof -sample 1 -memprofile /tmp/profile math.wasm` and end up an image like this on `go...
ex XioHttpClientAdapter and XioHttpServerAdapter use zipkin.Endpoint which pins this library to v1 types. Can you replace any import zipkin.X with zipkin2.X?
**What would you like to be added**: We should consider if context parameters should exist on plugin callbacks before formalizing the SDK. Notes : * This is an SDK only...
**What would you like to be added**: We should have documentation on how to configure the wasm plugin, including guidance in how to distribute the wasm. **Why is this needed**:...
## Feature Let's make `queuedMaxSpans` a function of `messageMaxBytes`, instead of an arbitrary default. ## Rationale This will better manage the queue backlog, allowing people to use a higher `messageTimeout`...