Skip to content

Commit 9965a24

Browse files
qyryqgithub-actions[bot]
authored andcommitted
Topics: partition-level counters (#22572)
1 parent c6e9b4f commit 9965a24

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/last_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8c2829069cd347ea279af65062f90c71a2cd4e8e
1+
3c40f4d3fdca895220ac3b08d4f7d54e8c3aee4c

src/api/protos/ydb_common.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ message VirtualTimestamp {
2727
uint64 plan_step = 1;
2828
uint64 tx_id = 2;
2929
}
30+
31+
enum MetricsLevel {
32+
Database = 0;
33+
Object = 1;
34+
Detailed = 2;
35+
}

tests/integration/topic/direct_read.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ TEST_F(DirectReadWithClient, ManyMessages) {
956956
auto killer = std::thread([&]() {
957957
while (work.load()) {
958958
std::this_thread::sleep_for(std::chrono::seconds(5));
959-
// setup.GetServer().KillTopicPqrbTablet(setup.GetTopicPath());
959+
// setup.GetServer().KillTopicPqrbTablet(setup.GetTopicPath()); // TODO(qyryq) Uncomment!
960960
}
961961
});
962962

0 commit comments

Comments
 (0)