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

feat: Add metrics for stream pull queries over http2 #8168

Merged
merged 8 commits into from
Sep 27, 2021

Conversation

vpapavas
Copy link
Member

Description

Add metrics for stream pull queries over http2

Testing done

Junit test

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

@vpapavas vpapavas requested a review from a team as a code owner September 24, 2021 13:36
Copy link
Member

@vvcephei vvcephei left a comment

Choose a reason for hiding this comment

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

Thanks, @vpapavas !

@vpapavas vpapavas force-pushed the stream-pull-metrics-http2 branch from e679702 to 366ec84 Compare September 27, 2021 10:29
@@ -48,13 +58,12 @@
import org.junit.Test;
import org.junit.rules.RuleChain;
import org.junit.rules.Timeout;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

@Ignore
Copy link
Member Author

Choose a reason for hiding this comment

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

The tests currently don't work on jenkins. There are two issues: 1) The metrics don't get recorded correctly within a single test 2) The metrics get clobbered between tests. There are no functional tests for metrics in the codebase so this seems like a bigger issue than just pull queries hence the tests are disabled for now

Copy link
Member

Choose a reason for hiding this comment

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

That's a bummer, but I agree it makes sense to just skip it for now. Thanks, @vpapavas

@vpapavas vpapavas merged commit c09c362 into confluentinc:master Sep 27, 2021
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