AngersZhuuuu commented on code in PR #2240:
URL:
https://github.com/apache/incubator-celeborn/pull/2240#discussion_r1457158620
##########
METRICS.md:
##########
@@ -92,7 +92,8 @@ Here is an example of Grafana dashboard importing.
| OfferSlotsTime | master |
The time of offer slots.
|
| OpenStreamTime | worker |
OpenStream means read a shuffle file and send client about chunks size and
stream index. |
| FetchChunkTime | worker |
FetchChunk means read a chunk from a shuffle file and send to client.
|
-| ChunkStreamCount | worker |
The stream count for reduce partition reading streams in current worker.
|
+| ActiveChunkStreamCount | worker |
The active stream count for reduce partition reading streams in current worker.
|
+| ActiveCreditStreamCount | worker |
The active stream count for map partition reading streams in current worker.
|
Review Comment:
Remove origin CreditStreamCount
--
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]