-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
[🐛 Bug]: Selenium Grid: opentelemetry-exporter-jaeger not found on classpath #11592
[🐛 Bug]: Selenium Grid: opentelemetry-exporter-jaeger not found on classpath #11592
Comments
@AndreasPetersen, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
Most likely the cause is that the available dependencies in the Base image do not match the released Open Telemetry version and the grpc version. @AndreasPetersen, would you like to send a PR updating them on the Base image? |
I'll have a look, sure |
What happened?
When upgrading from Selenium Grid 4.7.2 to 4.8.0, we are getting the following error on Selenium Grid Hub startup (with similar error on nodes).
We are using the following environment variables for setting the tracing:
This works like on Selenium 4.7.2.
How can we reproduce the issue?
Start the `selenium/hub:4.8.0-20230123` Docker image with the following env vars: SE_SESSION_REQUEST_TIMEOUT=1800 SE_ENABLE_TRACING=true JAVA_OPTS=-Dotel.traces.exporter=jaeger -Dotel.exporter.jaeger.endpoint=http://open-telemetry-collector:14260 -Dotel.resource.attributes=service.name=selenium-hub
Operating System
selenium/hub:4.8.0-20230123 Docker image
Selenium version
4.8.0
What are the browser(s) and version(s) where you see this issue?
Selenium Grid Hub
What are the browser driver(s) and version(s) where you see this issue?
Selenium Grid Hub
Are you using Selenium Grid?
4.8.0
The text was updated successfully, but these errors were encountered: