Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[DOC] fix metrics info of shuffleService
  • Loading branch information
j7nhai committed Jun 13, 2024
commit 5c995782ffc30985d7f6dc346b05740e1152e7b6
8 changes: 5 additions & 3 deletions docs/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -1435,12 +1435,14 @@ Note: applies to the shuffle service
- blockTransferMessageRate (meter) - rate of block transfer messages,
i.e. if batch fetches are enabled, this represents number of batches rather than number of blocks
- blockTransferRateBytes (meter)
- blockTransferAvgTime_1min (gauge - 1-minute moving average)
- blockTransferAvgSize_1min (gauge - 1-minute moving average)
- numActiveConnections.count
- numRegisteredConnections.count
- numCaughtExceptions.count
- openBlockRequestLatencyMillis (histogram)
- registerExecutorRequestLatencyMillis (histogram)
- openBlockRequestLatencyMillis (timer)
- registerExecutorRequestLatencyMillis (timer)
- fetchMergedBlocksMetaLatencyMillis (timer)
- finalizeShuffleMergeLatencyMillis (timer)
- registeredExecutorsSize
- shuffle-server.usedDirectMemory
- shuffle-server.usedHeapMemory
Expand Down