-
Notifications
You must be signed in to change notification settings - Fork 143
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
Skip pattern from web instrumentation could not be instantiatized #219
Comments
The important part seems to be this one:
|
The issue is here
https://github.com/opentracing-contrib/java-spring-web/pull/100/files#r280410052 |
@pavolloffay @geoand I'm on it. |
Cool, I'm on PTO so I won't be able to check it for a few days.
…On Thu, May 2, 2019, 15:55 Gilles Robert ***@***.***> wrote:
@pavolloffay <https://github.com/pavolloffay> @geoand
<https://github.com/geoand> I'm on it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#219 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABBMDPYYYXY2QK4YTGO7NRDPTLXDHANCNFSM4HJ57UKQ>
.
|
@pavolloffay fixed by linked issue in web. |
thanks @ask4gilles I have merged and cut 2.1.0 |
For anyone that is still having this issue, for me to solve it I had to add this to my application config. opentracing.spring.web.ignoreAutoConfiguredSkipPatterns: true |
@robinator8 That didn't solve my problem;
|
I'm too facing this issue org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat |
I have updated web instrumentation to the latest in #212 and now I am getting the following exception in
instrumentation-starters/zull
. The change is likely related to opentracing-contrib/java-spring-web#100@ask4gilles @geoand could you please have a look at it?
The text was updated successfully, but these errors were encountered: