### What changes were proposed in this pull request? Fix the metrics units. 1. bytes -> decbytes, see https://github.com/apache/celeborn/pull/2896 ``` metrics_FetchChunkTransferSize_Max metrics_FetchChunkTransferSize_Mean ``` 2. bytes -> none, followup https://github.com/apache/celeborn/pull/3362 ``` metrics_LocalFlushSize_Count metrics_HdfsFlushSize_Count metrics_OssFlushSize_Count metrics_S3FlushSize_Count ``` 3. ms -> ns, followup https://github.com/apache/celeborn/pull/2990 ``` metrics_RpcQueueTime_Max metrics_RpcQueueTime_Mean metrics_RpcProcessTime_Max metrics_RpcProcessTime_Mean ``` 4. add unit `decbytes` for `metrics_SortedFileSize_Value`, which was not set before ### Why are the changes needed? Fix the metrics units. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Code review. Closes #3381 from turboFei/fix_rpc_unit. Authored-by: Wang, Fei <fwang12@ebay.com> Signed-off-by: SteNicholas <programgeek@163.com> |
||
|---|---|---|
| .. | ||
| diagram | ||
| grafana | ||
| spark-patch | ||