-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat: Add metrics for stream pull queries over http2 #8168
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @vpapavas !
e679702
to
366ec84
Compare
@@ -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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Description
Add metrics for stream pull queries over http2
Testing done
Junit test
Reviewer checklist