-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add App Net based CSM Observability Test #72
Closed
Closed
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
81b567e
[CSM O11y test] Ping GMP endpoint regularly for debug purpose
stanley-cheung d2c1e97
Use requests instead of pod exec
stanley-cheung 916a6c9
Use port forwarding to ping GMP endpoint
stanley-cheung b9caa33
Add requests to requirements.txt
stanley-cheung 3ab0f31
try catch RequestException
stanley-cheung 73765f0
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung dc6c854
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung f11a723
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung 54a4e73
Review changes
stanley-cheung d025083
remove unnecessary variable which broke unit test
stanley-cheung 1c0f3dd
fix pylint for function signature
stanley-cheung 90c533c
fixed variable initialization
stanley-cheung 01f4c4d
add comment for temp debugging class
stanley-cheung a3e52dd
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung bcf43a0
Add a marker in the prometheus log files
stanley-cheung 02ea1cc
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung d4fabf2
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung 9d117f4
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung 5a49e3a
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung bae1c81
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung e5d0270
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung c71a050
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung 529747a
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung 59e2b08
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung 5846ec6
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung 0e108c9
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung dc87636
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung 2664031
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung 83f2b4b
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung 94ce408
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung 5ac76a3
Merge branch 'main' into ping-gmp-endpoint
stanley-cheung 2f509c4
Add App Net based CSM Observability Test
stanley-cheung ee19c4e
Fix black and pylin errors
stanley-cheung 11e6eeb
Confirmed csm_service_namespace_name is supposed to be unknown in thi…
stanley-cheung 6ac09d9
reran black.sh
stanley-cheung 42a1ae6
Update value of csm_service_name label
stanley-cheung 0dc70c6
Merge branch 'main' into app-net-csm-o11y
stanley-cheung a44a30c
Merge branch 'main' into app-net-csm-o11y
stanley-cheung 6aa60e4
Merge branch 'main' into app-net-csm-o11y
stanley-cheung 7bd12d1
Merge branch 'main' into app-net-csm-o11y
stanley-cheung 83bfa9c
Merge branch 'main' into app-net-csm-o11y
stanley-cheung 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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,5 @@ packaging~=23.1 | |
Pygments~=2.9 | ||
python-dateutil~=2.8 | ||
protobuf~=4.24 | ||
requests~=2.31.0 | ||
xds-protos==1.58.0rc1 |
Oops, something went wrong.
Oops, something went wrong.
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.
instead, let's put all this into
deployment_args
, seepsm-interop/framework/test_app/runners/k8s/k8s_xds_server_runner.py
Lines 34 to 36 in 2eea2ff