Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the vectorized_cluster_partition_records_fetched field #1437

Conversation

graphcareful
Copy link
Contributor

In our metrics dashboard graphs that use this field are left blank. It is because the value is never incremented.

@graphcareful graphcareful requested a review from a team as a code owner May 20, 2021 19:48
@graphcareful graphcareful requested a review from dotnwat May 20, 2021 19:48
namespace kafka {
class materialized_partition final : public kafka::partition_proxy::impl {
public:
explicit materialized_partition(storage::log log)
: _log(log) {}
explicit materialized_partition(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should have a separate metric for materialized partition ? I have this solved with virtualized interface for partition_probe this way we can provide different implementation for materialized partition

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you already written a solution for this? If so I don't want to step on your toes here

@graphcareful
Copy link
Contributor Author

In progress by Michal: #1455

@graphcareful graphcareful deleted the fix-cluster-records-fetched-metric branch November 18, 2021 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants