-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some questions about trace/sampler/jaeger_remote #954
Comments
Sorry spent this weekend to chase some memory issue but I will try to write some more doc tomorrow.
The default endpoint is
IIRC I was using jaeger all in one docker image as the backend. We have unit test to make sure we can deserialize the response from jaeger and an example for jaeger remote sampler. But need to add an integration test. |
Hi, Is there any update on this ? |
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. We don't support env vars in jaeger remote sampler yet. As for the configuration we currently use a builder pattern where the user provides the required parameters to start the builder and can provide optional parameters using functions. We provide documents including the default value for all builder methods. |
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. |
why not? I think a readme is the actual module is a lot more discoverable than a readme tucked away in examples/. Unless you have some other form of documentation (which I would still keep close to the module code). |
cc @TommyCpp
The text was updated successfully, but these errors were encountered: