Skip to content

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

Closed
@wuyupengwoaini

Description

@wuyupengwoaini

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();
}
}

Activity

self-assigned this
on Oct 19, 2018
added a commit that references this issue on Oct 19, 2018

#14 report error span when error occurs

added a commit that references this issue on Oct 19, 2018

#14 report error span when error occurs (#15)

3604439
malafeev

malafeev commented on Oct 19, 2018

@malafeev

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

wuyupengwoaini

wuyupengwoaini commented on Oct 22, 2018

@wuyupengwoaini
Author

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @malafeev@wuyupengwoaini

      Issue actions

        when error occurs,it do not report error span · Issue #14 · opentracing-contrib/java-redis-client