elastic / apm-agent-dotnet

https://www.elastic.co/guide/en/apm/agent/dotnet/current/index.html
Apache License 2.0
573 stars 205 forks source link

[FEATURE] Registering SCAN, EVAL, EXEC parameters for 'StackExchange.Redis' spans #2352

Open grietine opened 1 month ago

grietine commented 1 month ago

With https://github.com/elastic/apm-agent-dotnet/issues/1364 feature the parameters were registered for GET, SET, SETEX commands.

TODO:

Current: Redis span.db.statement: SCAN

Expected: Redis span.db.statement: SCAN MyKeyPattern*