-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix tcp telemetry for service-oriented waypoints #5968
Fix tcp telemetry for service-oriented waypoints #5968
Conversation
source/extensions/filters/network/metadata_exchange/config/metadata_exchange.pb.html
Outdated
Show resolved
Hide resolved
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.
LGTM, can you rebase and just keep the core logic in this PR?
47449a6
to
2750f0f
Compare
2750f0f
to
4c1a543
Compare
4c1a543
to
5024ae9
Compare
5024ae9
to
738c6e2
Compare
In response to a cherrypick label: #5968 failed to apply on top of branch "release-1.22":
|
In response to a cherrypick label: #5968 failed to apply on top of branch "release-1.24":
|
In response to a cherrypick label: new issue could not be created for failed cherrypick: status code 410 not one of [201], body: {"message":"Issues are disabled for this repo","documentation_url":"https://docs.github.com/v3/issues/","status":"410"} |
1 similar comment
In response to a cherrypick label: new issue could not be created for failed cherrypick: status code 410 not one of [201], body: {"message":"Issues are disabled for this repo","documentation_url":"https://docs.github.com/v3/issues/","status":"410"} |
In response to a cherrypick label: #5968 failed to apply on top of branch "release-1.23":
|
In response to a cherrypick label: new issue could not be created for failed cherrypick: status code 410 not one of [201], body: {"message":"Issues are disabled for this repo","documentation_url":"https://docs.github.com/v3/issues/","status":"410"} |
In response to a cherrypick label: #5968 failed to apply on top of branch "release-1.22":
|
In response to a cherrypick label: new issue could not be created for failed cherrypick: status code 410 not one of [201], body: {"message":"Issues are disabled for this repo","documentation_url":"https://docs.github.com/v3/issues/","status":"410"} |
In response to a cherrypick label: #5968 failed to apply on top of branch "release-1.24":
|
In response to a cherrypick label: new issue could not be created for failed cherrypick: status code 410 not one of [201], body: {"message":"Issues are disabled for this repo","documentation_url":"https://docs.github.com/v3/issues/","status":"410"} |
In response to a cherrypick label: #5968 failed to apply on top of branch "release-1.22":
|
In response to a cherrypick label: #5968 failed to apply on top of branch "release-1.23":
|
In response to a cherrypick label: new issue could not be created for failed cherrypick: status code 410 not one of [201], body: {"message":"Issues are disabled for this repo","documentation_url":"https://docs.github.com/v3/issues/","status":"410"} |
1 similar comment
In response to a cherrypick label: new issue could not be created for failed cherrypick: status code 410 not one of [201], body: {"message":"Issues are disabled for this repo","documentation_url":"https://docs.github.com/v3/issues/","status":"410"} |
In response to a cherrypick label: #5968 failed to apply on top of branch "release-1.23":
|
In response to a cherrypick label: #5968 failed to apply on top of branch "release-1.24":
|
In response to a cherrypick label: new issue could not be created for failed cherrypick: status code 410 not one of [201], body: {"message":"Issues are disabled for this repo","documentation_url":"https://docs.github.com/v3/issues/","status":"410"} |
1 similar comment
In response to a cherrypick label: new issue could not be created for failed cherrypick: status code 410 not one of [201], body: {"message":"Issues are disabled for this repo","documentation_url":"https://docs.github.com/v3/issues/","status":"410"} |
What this PR does / why we need it:
The metadata_exchange filter only looks at downstream metadata; this PR configures it to check upstream metadata and store it in filter state (with the appropriate key) if it exists. Note that workload oriented waypoints are still broken because those endpoints have no metadata. /cc @howardjohn on where to make the control plane adjustments there.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): part of istio/istio#53593Special notes for your reviewer:
Replaces #5963 for adding a compdb script; if you want to review #5963 on its own; I'll rebase this PR once that one is done.