linkedin / ambry

Distributed object store
https://github.com/linkedin/ambry/wiki
Apache License 2.0
1.74k stars 275 forks source link

Add latency and success metrics for paranoid durability writes. #2826

Closed litingulfs closed 1 month ago

litingulfs commented 1 month ago

In order to assist with debugging paranoid durability, this pull request adds latency metrics for local and remote writes, as well as a success count for paranoid durability writes (we previously only had a failure count).

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 88.88889% with 1 line in your changes missing coverage. Please review.

Project coverage is 70.24%. Comparing base (52ba813) to head (a6e6372). Report is 44 commits behind head on master.

Files Patch % Lines
...ain/java/com/github/ambry/router/PutOperation.java 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2826 +/- ## ============================================ + Coverage 64.24% 70.24% +5.99% - Complexity 10398 11770 +1372 ============================================ Files 840 842 +2 Lines 71755 72368 +613 Branches 8611 8711 +100 ============================================ + Hits 46099 50834 +4735 + Misses 23004 18875 -4129 - Partials 2652 2659 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.