The current metrics the server collects for the time series insert path do not allow us to fully capture how often the group commit feature is utilized. This makes it difficult to understand how important the feature is for the performance of a given workload.
Adding metrics around how often the group commit functionality is used (e.g. how many inserts were committed by the inserting thread vs. how many were committed by a different thread) should let us measure this.