-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
VHost metadata in logs and attributes #34900
Labels
Comments
guydc
added
enhancement
Feature requests. Not bugs or questions.
triage
Issue requires triage
labels
Jun 25, 2024
mattklein123
added
help wanted
Needs help!
area/access_log
and removed
enhancement
Feature requests. Not bugs or questions.
triage
Issue requires triage
labels
Jun 25, 2024
I just opened the PR for this: #34958 |
wbpcode
pushed a commit
that referenced
this issue
Jul 11, 2024
Commit Message: formatter: support for virtual host metadata Additional Description: This enables the access to the virtual host metadata introduced in #30175 from formatter. Risk Level: low Testing: : unit test Docs Changes: done. Release Notes: Platform Specific Features: [Optional Fixes #Issue] #34900 --------- Signed-off-by: Takeshi Yoneda <[email protected]>
update-envoy bot
added a commit
to envoyproxy/data-plane-api
that referenced
this issue
Jul 11, 2024
Commit Message: formatter: support for virtual host metadata Additional Description: This enables the access to the virtual host metadata introduced in envoyproxy/envoy#30175 from formatter. Risk Level: low Testing: : unit test Docs Changes: done. Release Notes: Platform Specific Features: [Optional Fixes #Issue] envoyproxy/envoy#34900 --------- Signed-off-by: Takeshi Yoneda <[email protected]> Mirrored from https://github.com/envoyproxy/envoy @ 1f79be9c21d4a343f68e8fba41f5a819300cb27f
merged and can be closed 😉 |
Hi @mathetake ! Thanks for implementing the
|
the PR is not limited to access log, but wherever the METADATA( substitution is used |
yeah, I think the second one is not implemented (though I am not knowledgeable on that part) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Title: VHost metadata in logs and attributes
Description:
Envoy resource metadata (e.g. route, cluster and listener metadata) is typically supported in the following:
%METADATA(*:key)%
) : formatter: support for virtual host metadata #34958xds.*_metadata
) expr: add new xds vhost attributes support #37650VHost metadata was introduced in #30175. VHost metadata should also support these capabilities.
Relevant Links:
The text was updated successfully, but these errors were encountered: