-
Notifications
You must be signed in to change notification settings - Fork 71
Feat: client side metrics testing #1902
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
base: main
Are you sure you want to change the base?
Conversation
…/googleapis/java-firestore into mila/client-side-metrics-testing
throw error; | ||
} | ||
} | ||
|
||
class MonitoredStreamResponseObserver implements ApiStreamObserver<RunQueryResponse> { |
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.
since E2Elatency is removed, it does not make sense to have a class just to record first response latency: https://github.com/googleapis/java-firestore/pull/1840/files#r1809028150
|
||
// These end-to-end metrics tests are resource-intensive and are only intended to run in a | ||
// nightly testing environment. | ||
// assumeTrue(isNightlyTesting); |
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.
TODO: uncomment this line when PR is ready to merge
EndToEndLatency
and theMonitoredStreamResponseObserver
class