Open
Description
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
to v1.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?