Skip to content

Commit

Permalink
metrics type
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Nov 6, 2024
1 parent c58df91 commit 09d0040
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ private[celeborn] class Master(
}).sum()
}

masterSource.addMeter(MasterSource.SHUFFLE_FALLBACK_COUNT) { () =>
statusSystem.shuffleTotalFallbackCount.longValue()
masterSource.addGauge(MasterSource.SHUFFLE_FALLBACK_COUNT) { () =>
statusSystem.shuffleTotalFallbackCount.sum()
}

masterSource.addGauge(MasterSource.DEVICE_CELEBORN_TOTAL_CAPACITY) { () =>
Expand Down

0 comments on commit 09d0040

Please sign in to comment.