-
Notifications
You must be signed in to change notification settings - Fork 377
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
Redis command_args end up in APM despite being disabled #4227
Comments
Oh and I did verify that it gets disabled properly:
|
Hi @farnoy! Thanks for reporting this (and sorry for the late reply.) I will raise this with the team, have someone take a look. |
Hello @farnoy! I'm taking a look at the issue and just wanted to get some more information. Where are the command arguments showing up in the span? Is it the resource name or span tags or somewhere else? Based on that we can take a deeper look at the code and see what's going on here. Thanks! |
Hi @zarirhamza, I'm not sure about the terminology, it's as if it was a tag called |
Current behaviour
Command arguments are submitted in the span, despite this setting being disabled.
Expected behaviour
I wanted to just see commands like GET, SET without arguments.
Steps to reproduce
Environment
Datadog.configure ...
):The text was updated successfully, but these errors were encountered: