You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/monitor-cache-reference.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article contains important reference material you need when yo
4
4
ms.date: 05/13/2024
5
5
ms.custom: horz-monitor
6
6
ms.topic: reference
7
-
author: robb
7
+
author: rboucher
8
8
ms.author: robb
9
9
ms.service: cache
10
10
---
@@ -133,7 +133,11 @@ The following list provides details and more information about the supported Azu
133
133
- Sets
134
134
- The number of set operations to the cache during the specified reporting interval. This value is the sum of the following values from the Redis INFO all command: `cmdstat_set`, `cmdstat_hset`, `cmdstat_hmset`, `cmdstat_hsetnx`, `cmdstat_lset`, `cmdstat_mset`, `cmdstat_msetnx`, `cmdstat_setbit`, `cmdstat_setex`, `cmdstat_setrange`, and `cmdstat_setnx`.
135
135
- Total Keys
136
-
- The maximum number of keys in the cache during the past reporting time period. This number maps to `keyspace` from the Redis INFO command. Because of a limitation in the underlying metrics system for caches with clustering enabled, Total Keys return the maximum number of keys of the shard that had the maximum number of keys during the reporting interval.
136
+
- The maximum number of keys in the cache during the past reporting time period. This number maps to `keyspace` from the Redis INFO command.
137
+
138
+
> [!IMPORTANT]
139
+
> Because of a limitation in the underlying metrics system for caches with clustering enabled, Total Keys return the maximum number of keys of the shard that had the maximum number of keys during the reporting interval.
140
+
137
141
- Total Operations
138
142
- The total number of commands processed by the cache server during the specified reporting interval. This value maps to `total_commands_processed` from the Redis INFO command. When Azure Cache for Redis is used purely for pub/sub, there are no metrics for `Cache Hits`, `Cache Misses`, `Gets`, or `Sets`, but there are `Total Operations` metrics that reflect the cache usage for pub/sub operations.
az ml workspace show -w <workspace name> -g <resource group> --query identityPrincipalId
612
+
az ml workspace show -n <workspace name> -g <resource group> --query identityPrincipalId
612
613
```
613
614
614
615
1. Grant the Managed Identity Operator role:
@@ -628,7 +629,7 @@ In this scenario, Azure Machine Learning service builds the training or inferenc
628
629
The following command demonstrates how to use the YAML file to create a connection with your workspace. Replace `<yaml file>`, `<workspace name>`, and `<resource group>` with the values for your configuration:
629
630
630
631
```azurecli-interactive
631
-
az ml connection create --file <yml file> --resource-group <resource group> --workspace-name <workspace>
632
+
az ml connection create --file <yml file> --resource-group <resource group> --name <workspace>
632
633
```
633
634
634
635
1. Once the configuration is complete, you can use the base images from private ACR when building environments for training or inference. The following code snippet demonstrates how to specify the base image ACR and image name in an environment definition:
0 commit comments