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

blockbuilder: Add initial set of metrics #8447

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

narqo
Copy link
Contributor

@narqo narqo commented Jun 20, 2024

This one addresses some of the TODOs, adding initial set of metrics to blockbuilder.

JFI @codesome

@narqo narqo requested a review from a team as a code owner June 20, 2024 14:59
@narqo narqo requested review from codesome and removed request for a team June 20, 2024 15:00
"github.com/prometheus/client_golang/prometheus/promauto"
)

type blockBuilderMetrics struct {
Copy link
Member

Choose a reason for hiding this comment

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

Should we add a metric for number of partitions handled by this block builder? Other way to determine is taking the count on perPartitionLog in queries, so maybe it is not required

@narqo narqo force-pushed the vldmr/blockbuilder-metrics branch from 27d911d to 4c85c65 Compare June 21, 2024 09:37
@narqo narqo force-pushed the vldmr/blockbuilder-metrics branch from 4c85c65 to 64e98a5 Compare June 21, 2024 10:06
@narqo narqo merged commit e61b281 into blockbuilder Jun 21, 2024
24 of 27 checks passed
@narqo narqo deleted the vldmr/blockbuilder-metrics branch June 21, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants