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

Update jedis-3.0 to Instrumenter API #3124

Merged
merged 4 commits into from
May 31, 2021
Merged

Update jedis-3.0 to Instrumenter API #3124

merged 4 commits into from
May 31, 2021

Conversation

trask
Copy link
Member

@trask trask commented May 29, 2021

No description provided.

Comment on lines 74 to 76
scope.close();

if (throwable != null) {
tracer().endExceptionally(context, throwable);
} else {
tracer().end(context);
}
scope.close();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dupe


@Override
protected String statement(JedisRequest request) {
return RedisCommandSanitizer.sanitize(request.getStringCommand(), request.getArgs());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to JedisRequest as #3130?

@trask trask merged commit 3c8874d into open-telemetry:main May 31, 2021
@trask trask deleted the jedis-3.0-to-instrumenter-api branch May 31, 2021 14:49
robododge pushed a commit to robododge/opentelemetry-java-instrumentation that referenced this pull request Jun 17, 2021
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

Successfully merging this pull request may close these issues.

3 participants