-
Notifications
You must be signed in to change notification settings - Fork 87
feat: adding Otel for MPU #3387
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
ed6998a to
df66376
Compare
BenWhitehead
left a comment
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 lint failures can be fixed by running
JAVA_HOME=$JAVA_17_HOME mvn com.spotify.fmt:fmt-maven-plugin:format
This branch will need to be rebased on main to pickup the new method for listing uploads. git fetch --all && git rebase -i origin/main
Other than that, this is looking like I'd expect it to.
| .put("gcp.client.version", StorageOptions.getDefaultInstance().getLibraryVersion()) | ||
| .put("gcp.client.repo", "googleapis/java-storage") | ||
| .put("gcp.client.artifact", "com.google.cloud:google-cloud-storage") | ||
| .put("rpc.system", transport.toString().toLowerCase(Locale.ROOT)) |
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 value here should be "XML" since it's using the xml api, not the json api.
No description provided.