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

Log normalised full statement in Redis instrumentations #1441

Conversation

mateuszrzeszutek
Copy link
Member

Resolves #1406

Implemented for: Lettuce 5.0, Jedis and Redisson.
Lettuce 4.0 was skipped because args are not accessible, they're written straight into the command's byte array.
Rediscala was skipped because it has a separate class for every command, and every class has separate fields for the command's args. It pretty much requires writing a separate normalizer.

@mateuszrzeszutek mateuszrzeszutek force-pushed the use-redis-command-normalization-in-all-redis-instrumentations branch from 270b7cc to cdde6c6 Compare October 26, 2020 15:40
@iNikem
Copy link
Contributor

iNikem commented Oct 26, 2020

@open-telemetry/java-instrumentation-approvers this PR could use another reviewer, not from Splunk

Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

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

Nice 👍

@mateuszrzeszutek mateuszrzeszutek force-pushed the use-redis-command-normalization-in-all-redis-instrumentations branch from d800679 to a46d2a2 Compare October 27, 2020 10:27
@mateuszrzeszutek mateuszrzeszutek force-pushed the use-redis-command-normalization-in-all-redis-instrumentations branch from a46d2a2 to 27da9ce Compare October 27, 2020 14:06
@trask trask merged commit 35dc907 into open-telemetry:master Oct 27, 2020
@mateuszrzeszutek mateuszrzeszutek deleted the use-redis-command-normalization-in-all-redis-instrumentations branch February 5, 2021 11:40
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.

Log normalised full statement in Redis instrumentations
4 participants