techdocsmith commented on a change in pull request #11783:
URL: https://github.com/apache/druid/pull/11783#discussion_r725181445
##########
File path: docs/operations/metrics.md
##########
@@ -325,8 +325,8 @@ These metrics are only available if the SysMonitor module
is included.
|`sys/swap/pageOut`|Paged out swap.||Varies.|
|`sys/disk/write/count`|Writes to disk.|fsDevName, fsDirName, fsTypeName,
fsSysTypeName, fsOptions.|Varies.|
|`sys/disk/read/count`|Reads from disk.|fsDevName, fsDirName, fsTypeName,
fsSysTypeName, fsOptions.|Varies.|
-|`sys/disk/write/size`|Bytes written to disk. Can we used to determine how
much paging is occurring with regards to segments.|fsDevName, fsDirName,
fsTypeName, fsSysTypeName, fsOptions.|Varies.|
-|`sys/disk/read/size`|Bytes read from disk. Can we used to determine how much
paging is occurring with regards to segments.|fsDevName, fsDirName, fsTypeName,
fsSysTypeName, fsOptions.|Varies.|
+|`sys/disk/write/size`|Bytes written to disk. Can be used to determine how
much paging is occurring with regards to segments.|fsDevName, fsDirName,
fsTypeName, fsSysTypeName, fsOptions.|Varies.|
Review comment:
```suggestion
|`sys/disk/write/size`|Bytes written to disk. One indicator of the amount of
paging occurring for segments.`|fsDevName`,`fsDirName`,`fsTypeName`,
`fsSysTypeName`, `fsOptions`.|Varies.|
```
##########
File path: docs/operations/metrics.md
##########
@@ -325,8 +325,8 @@ These metrics are only available if the SysMonitor module
is included.
|`sys/swap/pageOut`|Paged out swap.||Varies.|
|`sys/disk/write/count`|Writes to disk.|fsDevName, fsDirName, fsTypeName,
fsSysTypeName, fsOptions.|Varies.|
|`sys/disk/read/count`|Reads from disk.|fsDevName, fsDirName, fsTypeName,
fsSysTypeName, fsOptions.|Varies.|
-|`sys/disk/write/size`|Bytes written to disk. Can we used to determine how
much paging is occurring with regards to segments.|fsDevName, fsDirName,
fsTypeName, fsSysTypeName, fsOptions.|Varies.|
-|`sys/disk/read/size`|Bytes read from disk. Can we used to determine how much
paging is occurring with regards to segments.|fsDevName, fsDirName, fsTypeName,
fsSysTypeName, fsOptions.|Varies.|
+|`sys/disk/write/size`|Bytes written to disk. Can be used to determine how
much paging is occurring with regards to segments.|fsDevName, fsDirName,
fsTypeName, fsSysTypeName, fsOptions.|Varies.|
+|`sys/disk/read/size`|Bytes read from disk. Can be used to determine how much
paging is occurring with regards to segments.|fsDevName, fsDirName, fsTypeName,
fsSysTypeName, fsOptions.|Varies.|
Review comment:
```suggestion
|`sys/disk/read/size`|Bytes read from disk. One indicator of the amount of
paging occurring for segments.|`fsDevName`,`fsDirName`, `fsTypeName`,
`fsSysTypeName`, `fsOptions`.|Varies.|
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]