-
Notifications
You must be signed in to change notification settings - Fork 782
Warnings when used with jsp #427
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
Milestone
Comments
Hi, faced same issue #469. |
This was referenced Dec 14, 2016
marcingrzejszczak
added a commit
that referenced
this issue
Dec 16, 2016
without this change an explicit new span is created on the server side. Its name is equal to the method name of the controller. It introduces some nice advantages in terms of readability of trace. with this change we're continuing a previous span on the server side. We're attaching the tags and logs to that span with information about controller class and controller name. Also events related to start and finish of the controller are there. fixes #471 #469 #427
Done via ee8c73d |
marcingrzejszczak
added a commit
that referenced
this issue
Dec 16, 2016
without this change an explicit new span is created on the server side. Its name is equal to the method name of the controller. It introduces some nice advantages in terms of readability of trace. with this change we're continuing a previous span on the server side. We're attaching the tags and logs to that span with information about controller class and controller name. Also events related to start and finish of the controller are there. fixes #471 #469 #427
marcingrzejszczak
added a commit
that referenced
this issue
Dec 16, 2016
without this change an explicit new span is created on the server side. Its name is equal to the method name of the controller. It introduces some nice advantages in terms of readability of trace. with this change we're continuing a previous span on the server side. We're attaching the tags and logs to that span with information about controller class and controller name. Also events related to start and finish of the controller are there. fixes #471 #469 #427
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I get the following warnings in the log when using sleuth with jsps, seems to be one line per included jsp, per request:
A minimal demo producing the above output (to be run in tomcat container) can be found at https://github.com/semeiser/sleuthjspdemo .
Is there something I can configure to mitigate this issue?
Thank you for any help :)
The text was updated successfully, but these errors were encountered: