ydb-platform / ydb-java-sdk

YDB Java SDK
https://ydb.tech
Apache License 2.0
37 stars 21 forks source link

feat: add record statistics of partitions and topics from proto #316

Closed EddDoubleD closed 2 months ago

EddDoubleD commented 2 months ago

https://github.com/ydb-platform/ydb-java-sdk/issues/315#issue-2533141480

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 34 lines in your changes missing coverage. Please review.

Project coverage is 47.37%. Comparing base (4ff4686) to head (1b01046).

Files with missing lines Patch % Lines
...main/java/tech/ydb/topic/impl/TopicClientImpl.java 0.00% 32 Missing :warning:
...java/tech/ydb/topic/description/ConsumerStats.java 0.00% 1 Missing :warning:
...ava/tech/ydb/topic/description/PartitionStats.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #316 +/- ## ============================================ - Coverage 47.48% 47.37% -0.12% Complexity 1727 1727 ============================================ Files 304 304 Lines 12317 12350 +33 Branches 1229 1229 ============================================ + Hits 5849 5851 +2 - Misses 6013 6044 +31 Partials 455 455 ```

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