-
Notifications
You must be signed in to change notification settings - Fork 206
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
[FEATURE] About #1364 and #1374 Gone From the Redis Agent #2252
Comments
I believe it's codebase synchronization issue. Is it possible to add back #1374 into the current release? |
Apologies for this. We will work on this to bring any lost features back. |
As well to the same issue: we noticed that the previous working version didn't show the statement for SCAN, EVAL, EXEC commands (the statement is visible for GET, SET, SETEX). Why is that? |
@grietine If those are new feature requests, would you mind opening a separate issue to request them? Let's keep this issue to the regression. |
While adding Redis Tracing for my company, I found out that the agent provided is not capturing the whole statement, but just the command was captured.
Then I looked up the issue on this GitHub. I found out that the feature was implemented in
#1374
Get Command and Key for StackExchange.Redis spans
which is intended for feature request
#1364
[FEATURE] Registering query parameters for 'StackExchange.Redis' spans
And from
v1.11.0
tov1.22.0
the function still exists and can capture the whole statement.However, starting from
v1.23.0
, which the instrument was moved to another folder, the method is gone.Is it possible that we can add the feature back?
Or is there other concerns that need to remove this feature?
Tasks
The text was updated successfully, but these errors were encountered: