Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niksaveliev committed Feb 20, 2024
1 parent 5c121ac commit e81f997
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions ydb/core/persqueue/ut/resources/counters_topics.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
name=topic.partition.read.inflight_throttled_microseconds_max: 0
name=topic.partition.read.speed_limit_bytes_per_second: 20000000000
name=topic.partition.read.throttled_microseconds_max: 0
name=topic.partition.read_without_consumer.speed_limit_bytes_per_second: 0
name=topic.partition.read_without_consumer.throttled_microseconds_max: 0
name=topic.partition.storage_bytes_max: 0
name=topic.partition.total_count: 2
name=topic.partition.uptime_milliseconds_min: 30000
Expand All @@ -31,20 +33,6 @@
name=topic.reserve.used_bytes: 0
name=topic.storage_bytes: 0

consumer=$without_consumer:
name=topic.partition.alive_count: 0
name=topic.partition.committed_end_to_end_lag_milliseconds_max: 0
name=topic.partition.committed_lag_messages_max: 0
name=topic.partition.committed_read_lag_milliseconds_max: 0
name=topic.partition.end_to_end_lag_milliseconds_max: 0
name=topic.partition.read.idle_milliseconds_max: 0
name=topic.partition.read.lag_messages_max: 0
name=topic.partition.read.lag_milliseconds_max: 0
name=topic.partition.read.speed_limit_bytes_per_second: 0
name=topic.partition.read.throttled_microseconds_max: 0
name=topic.partition.write.lag_milliseconds_max: 0
name=topic.read.lag_messages: 0

consumer=client:
name=topic.partition.alive_count: 1
name=topic.partition.committed_end_to_end_lag_milliseconds_max: 0
Expand Down

0 comments on commit e81f997

Please sign in to comment.