-
-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
Description
With the Illuminate\Redis\Events\CommandExecuted we could add spans for redis commands. We do this in the Symfony SDK where cache calls are profiled, maybe we could generelize since just Redis spans don't seem too interesting but cache performance spans could ne nice to see since they do take time but haven't looked to close if there are command where we can hook into the cache events.