You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've run into issues where big queries have caused services to OOM when trying to put them as span tags (in the datadog tracing world), see DataDog/dd-trace-go#1022
Additionally, there's a security aspect to be considered as the query - with its params - could contain sensitive information that we wouldn't want to put into a plaintext storage (like span attributes).
As such, I think the redisotel package should allow an option to not use the command as an attribute
Expected Behavior
There should be a way to disable the command as an attribute.
Current Behavior
There is not a way to disable it.
Possible Solution
Allow an option to be provided at hook creation time to disable adding the attribute, see #2194
We've run into issues where big queries have caused services to OOM when trying to put them as span tags (in the datadog tracing world), see DataDog/dd-trace-go#1022
Additionally, there's a security aspect to be considered as the query - with its params - could contain sensitive information that we wouldn't want to put into a plaintext storage (like span attributes).
As such, I think the redisotel package should allow an option to not use the command as an attribute
Expected Behavior
There should be a way to disable the command as an attribute.
Current Behavior
There is not a way to disable it.
Possible Solution
Allow an option to be provided at hook creation time to disable adding the attribute, see #2194
Steps to Reproduce
Context (Environment)
Environment independent
Detailed Description
See top
Possible Implementation
#2194
The text was updated successfully, but these errors were encountered: