-
Notifications
You must be signed in to change notification settings - Fork 328
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
kamon-redis supports redisson client #1190
base: master
Are you sure you want to change the base?
Conversation
linked to |
|
||
Kamon.clientSpanBuilder(commandName, "redisson") | ||
.tag("db.operation", commandName) | ||
.tagMetrics("db.system", "redis") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Whitilied, do you think it would be possible to ass the db.statement
tag here with the contents of that local statements
variable? I'm just looking at the OpenTelemetry semantic conventions (screenshot below) and thinking it would be nice to set that field as well, if we have it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gree with u
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ivantopo change to the OpenTelemetry's Semantic Conventions
Hi @Whitilied @ivantopo When can we expect this feature to be released? |
No description provided.