How to check more detail Redis Azure connected to clients over 90%

Hoàng Lê Hiệp Minh 51 Reputation points
2022-09-08T09:55:16.453+00:00

I saw resource Redis connected clients over 90%, How can we get more information logs such as User ID, Time login, Client IP,... In the picture below we just see the number of clients and no more details, does anyone have any idea for the investigation that?
Thank you for your help!
239033-image.png

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,661 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
307 questions
0 comments No comments
{count} vote

Accepted answer
  1. Maxim Sergeev 6,586 Reputation points Microsoft Employee
    2022-09-08T15:46:33.27+00:00

    The full list of supported metrics for redis is here

    https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported#microsoftcacheredis

    As you can see, redis metrics don't have any dimensions for today (no User ID, Time login, Client IP). So, this capability isn't available per today per metrics.

    Logs are good if you need more details (but as you can see, they have "IP address" property only) but require a Log Analytics Workspace to get and aggregate telemetry in most efficient and native way. But keep in mind - logs are paid, metrics are free.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 28,596 Reputation points MVP Volunteer Moderator
    2022-09-08T10:21:44.787+00:00

    Hi,
    You can configure diagnostic settings and send logs from ConnectedClientList category to Log Analytics, Storage account or to Event Hub. Log Analytics is probably the best option for you as you can query the logs. Storage account option is more for archiving and Event Hub for third party integration. Unfortunately, the log exposes only connected IP addresses but not the user ID.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.