-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
v4.9
-
Elastic 2021-03-29, Elastic 2021-04-05, Elastic 2021-04-19, Elastic 2021-04-26, Elastic 2021-05-03, Elastic 2021-05-10
Create a server metric to represent the number of bytes written to both data tables and index tables, quantized to a configureable Unit size.
Currently we have similar metrics that only use data table bytes (docUnitsRead/docUnitsWritten), or index table bytes (idxEntryBytesRead/idxEntryBytesWritten).
Proposal is to add a new metric:
totalUnitsWritten
and one new configuration parameter, totalUnitWriteSizeBytes
Additionally, a timestamp field "localTime" will be added to each database BSONArray in the output for the operationMetrics aggregation stage, as per InTel request.
- is related to
-
SERVER-57150 update architecture guide for total units written
- Closed