We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i use opentracing.spring.web.url-patterns to allow some web entries. but the sub-span still be record.
see : I get two url enties: "/hello" "/test"
/hello->redis(set) /test -> redis(set)
opentracing.spring.web.url-patterns: /hello so the "/test" will be diable. but i want to disable the all flow.
I just want to record: /hello->redis . but the record shows 2 :
" 2.redis(set) " [a single trace log. and i dont want to record this.]
refer: 1./hello->redis(set)
2.redis(set)
is there any sloution?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i use opentracing.spring.web.url-patterns to allow some web entries. but the sub-span still be record.
see :
I get two url enties: "/hello" "/test"
/hello->redis(set)
/test -> redis(set)
opentracing.spring.web.url-patterns: /hello
so the "/test" will be diable. but i want to disable the all flow.
I just want to record: /hello->redis . but the record shows 2 :
" 2.redis(set) " [a single trace log. and i dont want to record this.]
refer:
1./hello->redis(set)
2.redis(set)
is there any sloution?
The text was updated successfully, but these errors were encountered: