grafana-redis-app icon indicating copy to clipboard operation
grafana-redis-app copied to clipboard

Support for client name values in the slowlog panel

Open circletmate opened this issue 2 years ago • 0 comments

Is your enhancement related to a problem? Please describe.

The Slow queries log panel and the slowlogGet command does not return client name information.

Describe the solution you'd like

I want to get the client's name on the slowlogGet command and have it displayed on the The Slow queries log panel.

Additional context

The Redis documentation says that the slowlog get N command should return 6 values, several of them Client name and Client IP - https://redis.io/commands/slowlog-get/. Currently, neither the panel nor the command returns these values. Thanks in advance for your feedback on my issue and thanks for the project.

circletmate avatar Dec 10 '22 21:12 circletmate