-
Notifications
You must be signed in to change notification settings - Fork 580
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
[4.x] - Tracing issues #8103
Comments
@dalexandrov In the failing attempts to rename the span and disable the In my quick experiment so far disabling tracing in config works for me to suppress the error message if Jaeger is not running. |
Update: Using this config tracing:
service: helidon-tracing-service
enabled: true
components:
web-server:
spans:
- name: "HTTP Request"
new-name: "HTTP %1$s %2$s"
logs:
- name: "content-write"
enabled: false I find that:
Please provide a reproducer for the first two items. I will continue looking into the third. With Jaeger shut down and several
|
I can confirm point 1 and 2 are working ok with this config:
|
Environment Details
The following Helidon SE app created:
https://helidon.io/starter/4.0.1?step=9&app-type=custom&tracing=true
When testing with Jaeger:
tracing.enabled
not working. With tracing.enabled=false, stillSEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:14250
The text was updated successfully, but these errors were encountered: