Zhongyang Wu
Zhongyang Wu
close via #1615
Sorry spent this weekend to chase some memory issue but I will try to write some more doc tomorrow. > Which endpoint the SDK is expected to query for sampling...
Please find the example in https://github.com/open-telemetry/opentelemetry-rust/tree/main/examples/jaeger-remote-sampler. It contains a docker-compose file where we point the rust remote sampler to the jaeger container which loaded the strategies files in the example....
Typically, we do not include READMEs for features that are part of the SDK. However, I can include a configuration list in the example's README if it would be helpful.
> i think we'd need @jtescher help for the app key here Let's just skip the coverage check for dependabot. Updating dependencies doesn't really change the coverage anyway. As for...
> which is intended to make a decision about whether the returned Span will be recording (or not) or sampled (or not). I'd say it's part of the job of...
The generic parameters in `with_attribute` allow users to pass different collections of attributes and I think it's handy but not performant. We have the following method to allow users to...
Yeah I like the idea to be more organzied on our milestone.
> Hi, would I be able to take a look at this if that's possible? Don't want to interfere if someone else has already decided to hop on this. I...
I stump upon https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/fake-opentelemetry-collector while looking at other issues. Looks like someone already built a fake opentelemetry collector 🤣