-
Notifications
You must be signed in to change notification settings - Fork 5.3k
API: Unready Targets Dump #12554
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
Merged
lizan
merged 78 commits into
envoyproxy:master
from
ping-sun:unready-targets-config-dump
Sep 10, 2020
Merged
API: Unready Targets Dump #12554
Changes from all commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
10249c2
init-manager-query-unready-targets
ping-sun 1de879e
init-manager-query-unready-targets
ping-sun 5a7c308
init-manager-query-unready-targets
ping-sun 562cc49
update: unordered_map->flat_hash_map; const std::string->absl:string_…
ping-sun a023f16
init-manager-query-unready-targets
ping-sun e7ac416
init-manager-query-unready-targets
ping-sun b7fb8d8
add dumpUnreadyTargetsConfig; remove checkUnreadyTargets()
ping-sun c20129d
add dumpUnreadyTargetsConfigs()
ping-sun 6458f27
add dumpUnreadyTargetsConfigs()
ping-sun 452a264
add dumpUnreadyTargetsConfigs()
ping-sun dc362e2
Merge branch 'master' of github.com:envoyproxy/envoy into exp
ping-sun 0b7b75f
add extra constructor
ping-sun 80af9b5
add extra constructor
ping-sun 2653323
add WatcherImpl constructors
ping-sun 9e2263c
remove useless string_view parameter
ping-sun 6428f5e
remove usesless string_view parameter
ping-sun 6dbadd5
add warming/active listeners config dump
ping-sun 83a7435
add warming/active listeners config dump
ping-sun dc4a1d4
add warming/active listeners config dump
ping-sun 4539ee5
Merge remote-tracking branch 'upstream/master' into init-manager-quer…
ping-sun 8cd7fd6
update stats_integration_test memory usage
ping-sun 4f7900d
update variable name and comments
ping-sun 27b6ca5
update mem usage stats
ping-sun fd5cbf4
update mem usage stats
ping-sun ef32968
Merge branch 'init-manager-query-unready-targets' of github.com:ASOPV…
ping-sun f4409df
update mem usage stats
ping-sun 031f585
update comment
ping-sun c4bf9a5
update comment
ping-sun e8e66ff
update comments
ping-sun 17ae201
add comments about the usage of WatcherImpl's ctor
ping-sun ea93b6b
add comments about the usage of WatcherImpl's ctor
ping-sun e359fcc
add comments about the usage of WatcherImpl's ctor
ping-sun 30bc756
introduce ManagerWatcher for watcher inside init manager; update prot…
ping-sun e794914
merge dump active/warming listeners config
ping-sun 3ab3c1a
Rename: ManagerWatcher -> TargetAwareWatcher
ping-sun 4a7d10e
Rename: ManagerWatcher -> TargetAwareWatcher
ping-sun 638c687
solve integration stats conflict
ping-sun 2756e2e
solve integration stats conflict
ping-sun f1d9129
retry pre-submit test
ping-sun b92eff1
retry pre-submit test
ping-sun 695a745
remove TargetAwareWatcher; add 2 Ctors for watcherImpl
ping-sun 1794f68
Merge branch 'master' of github.com:envoyproxy/envoy into init-manage…
ping-sun 76aa72b
update integration stats
ping-sun c2af7fe
delete add string_view param into ManagerImpl::onTargetReady(); gener…
ping-sun 0d3269b
Merge branch 'master' of github.com:envoyproxy/envoy into init-manage…
ping-sun 19b2cdd
target-aware-watcher
ping-sun 5b08552
remove/update comments
ping-sun cbe2ea4
move ++target_names_count[name] pos
ping-sun 788179f
unready-targets-config-dump
ping-sun e87b700
merge master
ping-sun a1be8d2
merge master
ping-sun baddc2e
add comment
ping-sun 181af8a
Merge branch 'master' of github.com:envoyproxy/envoy into unready-tar…
ping-sun 94b9b97
merge conflict remove warmingListeners()
ping-sun a814e1c
add dumpUnreadyTargetsConfig in init::manager
ping-sun 187a38b
add dumpUnreadyTargetsConfig in init::manager
ping-sun 274f6b1
add dumpUnreadyTargetsConfig inside init::manager
ping-sun da33c4f
add description for virtual functions; dump everything by default
ping-sun 2e0bcbd
make message nested
ping-sun 2182397
Merge branch 'master' of github.com:envoyproxy/envoy into unready-tar…
ping-sun bda0a89
make sub message nested
ping-sun a9d3771
adding test for unready targets config dump; add initManager() for Li…
ping-sun face786
Merge branch 'master' of github.com:envoyproxy/envoy into unready-tar…
ping-sun 096cb60
fix deleted file
ping-sun 37f69d2
merge
ping-sun 3dc8ab6
fix merge
ping-sun c0038fd
Merge branch 'master' of github.com:envoyproxy/envoy into unready-tar…
ping-sun 064b5cc
Merge branch 'master' of github.com:envoyproxy/envoy into unready-tar…
ping-sun 8c8c1e4
merge conflict
ping-sun f4d523d
dumps for unready targets; introduce new init_dump
ping-sun 1313edd
api change: init dump using '/init_dump' to dump unready targets
ping-sun 54ccd99
api change: init dump using '/init_dump' to dump unready targets
ping-sun 06f355c
api change: init dump using '/init_dump' to dump unready targets
ping-sun 7001271
Merge branch 'master' of github.com:envoyproxy/envoy into unready-tar…
ping-sun 5950e54
merge conflict
ping-sun 1ce686e
api change: init dump using '/init_dump' to dump unready targets
ping-sun 8ef10ff
introduce init_dump_handler_lib
ping-sun 9bd7dee
remove unused using
ping-sun 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| syntax = "proto3"; | ||
|
|
||
| package envoy.admin.v3; | ||
|
|
||
| import "udpa/annotations/status.proto"; | ||
| import "udpa/annotations/versioning.proto"; | ||
|
|
||
| option java_package = "io.envoyproxy.envoy.admin.v3"; | ||
| option java_outer_classname = "InitDumpProto"; | ||
| option java_multiple_files = true; | ||
| option (udpa.annotations.file_status).package_version_status = ACTIVE; | ||
|
|
||
| // [#protodoc-title: InitDump] | ||
|
|
||
| // Dumps of unready targets of envoy init managers. Envoy's admin fills this message with init managers, | ||
| // which provides the information of their unready targets. | ||
| // The :ref:`/init_dump <operations_admin_interface_init_dump>` will dump all unready targets information. | ||
| message UnreadyTargetsDumps { | ||
| // Message of unready targets information of an init manager. | ||
| message UnreadyTargetsDump { | ||
| // Name of the init manager. Example: "init_manager_xxx". | ||
| string name = 1; | ||
|
|
||
| // Names of unready targets of the init manager. Example: "target_xxx". | ||
| repeated string target_names = 2; | ||
| } | ||
|
|
||
| // You can choose specific component to dump unready targets with mask query parameter. | ||
| // See :ref:`/init_dump?mask={} <operations_admin_interface_init_dump_by_mask>` for more information. | ||
| // The dumps of unready targets of all init managers. | ||
| repeated UnreadyTargetsDump unready_targets_dumps = 1; | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.