Skip to content

Commit fc567ee

Browse files
committed
metrics clean up
1 parent 8a4b54f commit fc567ee

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/azure-netapp-files/azure-netapp-files-metrics.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
166166

167167
- *Throughput limit reached*
168168

169-
Throughput limit reached is a boolean metric that denotes the volume is hitting its QoS limits. The value 1 means that the volume has reached its maximum throughput, and throughput for this volume will be throttled. The value 0 means this limit hasn't yet been reached.
169+
Throughput limit reached is a boolean metric that denotes the volume is hitting its QoS limits. If the metric displays 1, the volume has reached its throughput, and throughput for this volume will be throttled. The value 0 means this limit hasn't yet been reached.
170170

171171
> [!NOTE]
172-
> The Throughput limit reached metrics is collected every 5 minutes and is displayed as a hit if it has been collected in the last 5 minutes.
172+
> The Throughput limit reached metrics is collected every 5 minutes. If the limit has been reached in the five-minute window, it means the limit has been reached in that window.
173173
174174
If the volume is hitting the throughput limit, it's not sized appropriately for the application's demands. To resolve throughput issues:
175175

@@ -199,9 +199,11 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
199199
The number of read operations to the volume per second.
200200
- *Write IOPS*
201201
The number of write operations to the volume per second.
202-
- ***Other IOPS***
202+
- *Other IOPS*
203+
203204
The number of [other operations](#about-storage-performance-operation-metrics) to the volume per second.
204-
- *Total IOPS*
205+
- *Total IOPS*
206+
205207
A sum of the write, read, and other operations to the volume per second.
206208

207209
## <a name="replication"></a>Volume replication metrics
@@ -258,6 +260,7 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
258260
Other throughput (that isn't read or write) in bytes per second.
259261

260262
* *Total throughput*
263+
261264
Sum of all throughput (read, write, and other) in bytes per second.
262265

263266
## Volume backup metrics
@@ -269,7 +272,7 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
269272
Shows whether the last volume backup or restore operation is successfully completed. `1` is successful. `0` is unsuccessful.
270273

271274
* *Is Volume Backup Suspended*
272-
Shows whether the backup policy is suspended for the volume. `1` isn't suspended. `0` is suspended.
275+
Shows whether the backup policy is suspended for the volume. A value of `1` means it's not suspended. A value of `0` means it's suspended.
273276

274277
* *Volume Backup Bytes*
275278
The total bytes backed up for this volume.

0 commit comments

Comments
 (0)