Workload read without consumer and metrics fixes#1792
Conversation
|
⚪
|
|
⚪
|
|
⚪
|
|
⚪
|
|
⚪
|
|
⚪
|
ydb/core/persqueue/read_balancer.cpp
Outdated
| } | ||
| } | ||
|
|
||
| Consumers[CLIENTID_WITHOUT_CONSUMER]; |
There was a problem hiding this comment.
Read without consumer doesn't use read balancer. Why do we need this line?
| name=topic.reserve.used_bytes: 0 | ||
| name=topic.storage_bytes: 0 | ||
|
|
||
| consumer=$without_consumer: |
There was a problem hiding this comment.
This is not what we want to see. No label consumer is possible solution. But some sensors are useless in reading without consumer. Sensor topic.partition.committed_end_to_end_lag_milliseconds_max is undefined for example.
|
⚪
|
|
⚪
|
e81f997 to
8ff4db8
Compare
|
⚪
|
|
⚪
|
|
⚪
|
|
⚪
|
9958322 to
39df411
Compare
|
⚪
|
|
⚪
|
|
⚪
|
|
⚪
|
|
⚪
|
|
⚪
|
|
⚪
|
Changelog entry
Changelog category
Additional information
...