-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore(spanner): add support of client side native metrics collection and export #10419
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2744ff7
chore(spanner): add support of client side native metrics collection …
rahul2393 ed7ca5e
fix build
rahul2393 c8ae705
fix header issue
rahul2393 4770944
fix tests
rahul2393 bff82e2
fix client_uid, client_name and method signature.
rahul2393 0511472
fix directpath_used var too correct extract peerInfo, and capture str…
rahul2393 a47ffb0
remove dep on grpc_go_middleware
rahul2393 14bb8bf
use grpc connection target to check if direct path is enabled.
rahul2393 3a8e96a
refactor as per suggestions
rahul2393 8f3dbc3
fix header
rahul2393 4b050ea
fix tests
rahul2393 cbafe39
return wrappedStream from stream interceptor to fix peerInfo not avai…
rahul2393 9d8ee5e
fix tests
rahul2393 da6b8ce
fix tests
rahul2393 1dceb29
skip holding client connection on wrapper
rahul2393 de67be7
Merge branch 'main' into client_side_metrics
rahul2393 956a510
Merge branch 'main' into client_side_metrics
rahul2393 a7cf8eb
Merge remote-tracking branch 'origin' into client_side_metrics
rahul2393 d432e67
do not emil metrics if env is not set
rahul2393 5a61105
fix tests
rahul2393 cba2d24
mark env to enable native metrics as experimental
rahul2393 cd61438
Merge branch 'main' into client_side_metrics
rahul2393 78cd730
add resource label client_hash and updated export duration to 1 minutes
rahul2393 8d9db29
fix tests
rahul2393 a988837
Merge branch 'main' into client_side_metrics
rahul2393 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix client_uid, client_name and method signature.
- Loading branch information
commit bff82e23cb32a76e05de12ebe2d50c89be1dab2f
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
See internal discussion - please sync with Surbhi on the default buckets we use.
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.
Took reference from Java PR https://github.com/googleapis/java-spanner/pull/3125/files#diff-be4eb8b7d32f038815df792bedaf4b93ee596806ed2aeaccec8afbcf89b2f342R100-R103
cc: @surbhigarg92