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

[POC] add client side logging #3403

Draft
wants to merge 38 commits into
base: main
Choose a base branch
from
Draft

[POC] add client side logging #3403

wants to merge 38 commits into from

Conversation

zhumin8
Copy link
Contributor

@zhumin8 zhumin8 commented Nov 27, 2024

WIP - test failures still expected.
Will update description when ready

@product-auto-label product-auto-label bot added the size: l Pull request size is large. label Nov 27, 2024
@Override
public void start(Listener<RespT> responseListener, Metadata headers) {
if (logger.isInfoEnabled()) {
String requestId = UUID.randomUUID().toString();
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think requestId is for debugging purpose for now and would be removed later?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes for now. Later when we also log in tracer, we may need some requestID to track (not this one).

@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. and removed size: l Pull request size is large. labels Dec 6, 2024
Copy link

sonarcloud bot commented Dec 11, 2024

Quality Gate Failed Quality Gate failed for 'gapic-generator-java-root'

Failed conditions
60.2% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

Copy link

sonarcloud bot commented Dec 11, 2024

Quality Gate Failed Quality Gate failed for 'java_showcase_integration_tests'

Failed conditions
39.8% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants