zz-jason / leanstore

LeanStore is a larger-than-memory database, optimized for NVMe SSD and multi-core CPU, achieves performance close to in-memory systems without having to keep all data in memory.
MIT License
9 stars 0 forks source link

feat: support prometheus metrics #75

Closed zz-jason closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 37.20930% with 54 lines in your changes are missing coverage. Please review.

Project coverage is 37.21%. Comparing base (0b04085) to head (973f856).

Files Patch % Lines
src/telemetry/MetricsHttpExposer.hpp 50.00% 4 Missing and 12 partials :warning:
src/telemetry/MetricsManager.hpp 33.33% 0 Missing and 14 partials :warning:
src/concurrency/GroupCommitter.cpp 0.00% 0 Missing and 7 partials :warning:
src/btree/TransactionKV.cpp 0.00% 0 Missing and 6 partials :warning:
include/leanstore/Slice.hpp 0.00% 4 Missing :warning:
src/concurrency/Worker.cpp 25.00% 0 Missing and 3 partials :warning:
src/LeanStore.cpp 33.33% 0 Missing and 2 partials :warning:
src/concurrency/CRManager.cpp 0.00% 0 Missing and 1 partial :warning:
src/concurrency/HistoryStorage.cpp 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #75 +/- ## ========================================== + Coverage 37.00% 37.21% +0.21% ========================================== Files 88 90 +2 Lines 7927 7892 -35 Branches 3855 3818 -37 ========================================== + Hits 2933 2937 +4 + Misses 3127 3097 -30 + Partials 1867 1858 -9 ```

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