Skip to content
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

when error occurs,it do not report error span #14

Closed
wuyupengwoaini opened this issue Oct 19, 2018 · 2 comments
Closed

when error occurs,it do not report error span #14

wuyupengwoaini opened this issue Oct 19, 2018 · 2 comments
Assignees

Comments

@wuyupengwoaini
Copy link

static <T> T doInScope(String command, Supplier<T> supplier, boolean withActiveSpanOnly,
Tracer tracer) {
try (Scope ignored =
RedisTracingUtils.buildScope(REDIS_COMMAND, command, withActiveSpanOnly, tracer)) {
return supplier.get();
}
}

@malafeev malafeev self-assigned this Oct 19, 2018
malafeev added a commit that referenced this issue Oct 19, 2018

Verified

This commit was signed with the committer’s verified signature.
Aaron1011 Aaron Hill
Signed-off-by: Sergei Malafeev <sergeymalafeev@gmail.com>
@malafeev
Copy link

fixed, will be available in version 0.0.10 (during 24 hours)

@wuyupengwoaini
Copy link
Author

wuyupengwoaini commented Oct 22, 2018

thanks for fixed this problem.But,today i found jdbc instrument has the same problem.I suppose that it is a good idea to check other instrument like hytrix and so on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants